Newer
Older
hypermedia-blazorcrud / Blazorcrud.Server / Authorization / AllowAnonymouseAttribute.cs
@Derek Comartin Derek Comartin on 12 Jul 139 bytes Init
namespace Blazorcrud.Server.Authorization;

[AttributeUsage(AttributeTargets.Method)]
public class AllowAnonymousAttribute : Attribute
{ }