bpedroza / js-pkce

A package that makes using the OAuth2 PKCE flow easier
MIT License
31 stars 12 forks source link

token revoke #14

Open ray007 opened 3 years ago

ray007 commented 3 years ago

It would be nice to also support revoking of token so a user can be logged out. See https://datatracker.ietf.org/doc/html/rfc7009

bpedroza commented 3 years ago

I will look into this. Thanks for opening the issue.