6 lines
131 B
C#
6 lines
131 B
C#
namespace JWTdemo.Authorization;
|
|
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class AllowAnonymousAttribute : Attribute
|
|
{
|
|
} |