You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since both the Hot Chocolate and ASP.NET Core AuthorizeAttribute are named the same, there's a high chance of the ASP.NET Core attribute being used on a Hot Chocolate resolver. This is problematic, since you think you've secured the resolver, but it isn't.
The solution you'd like
Throw an error during start-up if a Microsoft.AspNetCore.Authorization.AuthorizeAttribute is applied to a implementation-first resolver to alert the user of the misconfiguration.
The text was updated successfully, but these errors were encountered:
Product
Hot Chocolate
Is your feature request related to a problem?
Since both the Hot Chocolate and ASP.NET Core
AuthorizeAttribute
are named the same, there's a high chance of the ASP.NET Core attribute being used on a Hot Chocolate resolver. This is problematic, since you think you've secured the resolver, but it isn't.The solution you'd like
Throw an error during start-up if a
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
is applied to a implementation-first resolver to alert the user of the misconfiguration.The text was updated successfully, but these errors were encountered: