sergiodxa / remix-auth-oauth2

A OAuth2Strategy for Remix Auth
https://sergiodxa.github.io/remix-auth-oauth2/
MIT License
150 stars 56 forks source link

Add support for revoking a refresh token #91

Closed ponko2 closed 3 months ago

ponko2 commented 3 months ago

According to RFC 7009, Section 2.1, the token_type_hint parameter for token revocation requests is optional. Therefore, we only set the token_type_hint when the options.tokenType is specified.

sergiodxa commented 3 months ago

This is now released on v2.1.0, thanks for the contribution!