namespace JWTdemo.Authorization; [AttributeUsage(AttributeTargets.Method)] public class AllowAnonymousAttribute : Attribute { }