Skip to content

Invalidate Tokens when log out from Relying Party/ OAuth Client #2464

Answered by vinckr
pommelinho asked this question in Q&A
Discussion options

You must be logged in to vote

No it is not necessary, Access tokens are not sessions!

Access and refresh tokens allow developers you do not know to do things in your application in the name of your users over a prolonged period of time. CircleCI uses access tokens to watch your repositories for changes, update status checks on pull requests, using access and refresh tokens. These tokens are valid for as long as you don't remove CircleCI from your GitHub account. Logout does not change any of that.

It would be good to know,
what is your use case (what problem are you trying to solve),
why is it not working,
what are you proposing as a solution.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pommelinho
Comment options

@vinckr
Comment options

Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants