Add support for CancellationToken in AuthorizationHandler or AuthorizationHandlerContext
Open
area-auth
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
We would need a CancellationToken in our AuthorizationHandlers.
### Describe the solution you'd like
As discussed in previous issues (https://github.com/dotnet/aspnetcore/issues/2746 & https://github.com/aspnet/Security/issues/1598) a non-breaking way of doing this would be to add the CancellationToken in the AuthorizationHandlerContext.
A work around we have for now it to get the ctx from the HttpContextAccessor.
Contributor guide
Assessment
This issue has not been assessed yet.