IdentityModel / IdentityModel.AspNetCore.OAuth2Introspection

ASP.NET Core authentication handler for OAuth 2.0 token introspection
Apache License 2.0
147 stars 66 forks source link

Pass HttpContext.RequestAborted to IntrospectTokenAsync #173

Closed renagaev closed 1 year ago

renagaev commented 1 year ago

Use case: cancel introspect request when client cancelled request to my app

renagaev commented 1 year ago

@leastprivilege @brockallen Hi, can you review this?

leastprivilege commented 1 year ago

Thanks!

LGTM - @brockallen ?

renagaev commented 1 year ago

@leastprivilege Could you create a patch release on nuget?

leastprivilege commented 1 year ago

done. Thanks!