openid / AppAuth-JS

JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.

Repository from Github https://github.comopenid/AppAuth-JSRepository from Github https://github.comopenid/AppAuth-JS

Document revocation flow

justin-barca-at-camis opened this issue · comments

Expected Behavior

[REQUIRED] Describe expected behavior

There should be clear instructions on how to revoke a token.

Describe the problem

There's no mention of token revocation in the readme and the electron demo just disposes of the tokens in memory but does not revoke the token

[REQUIRED] Actual Behavior

Sign out in electron demo should revoke tokens

[REQUIRED] Steps to reproduce the behavior

N/A

[REQUIRED] Environment

  • AppAuth-JS version: current
  • AppAuth-JS Environment (Node, Browser (UserAgent), ...): N/A
  • Source code snippts (inline or JSBin)

NOTE: there is mention of revocation in #71