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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Fixing the support for anonymous requests for commands and queries. This didn't work if you had a fallback policy as the endpoints we expose using minimal APIs didn't call AllowAnonymous(). It does this now, plus the AuthorizationEvaluator supports this now explicit as well.
Updating documentation on authorization.
Separating out model-bound documentation for commands in a better way with explicit content for authorization.