openiddict / openiddict-core

Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
https://openiddict.com/
Apache License 2.0
4.47k stars 527 forks source link

Add new RevokeAsync() methods to the authorization and token stores #2214

Closed kevinchalet closed 4 weeks ago

kevinchalet commented 4 weeks ago

These new methods are modeled after the FindAsync() APIs and allow revoking authorizations/tokens attached to a specific subject/client applications more efficiently than using FindAsync() + TryRevokeAsync().