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.
Added
Support for extensible values that can be provided to a CommandContext.
Added implementation of AuthorizationFilter for Commands and Queries, honoring the [Authorize] attribute. Commands are on the type level, while queries support both the type level and individual performers - such as the model bound performers.
Fixed
Fixing so that TenantId is available on all requests, not just controller action based.
Fixing so that CorrelationId is available on all requests, not just controller action based.