You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're seeing a couple of use cases where we want to revoke a refresh token and any access tokens connected to that refresh token.
We need a way to connect the tokens and then revoke any access tokens that were generated from the refresh token.
Solution Brainstorm
To support this I imagine adding a column to the table that optionally tracks the refresh token. The refresh token could then just cascade delete its dependent tokens.
Thoughts?
It seems like a pretty clean way to revoke a refresh and any access tokens that were made from it...
The text was updated successfully, but these errors were encountered:
Problem Statement
We're seeing a couple of use cases where we want to revoke a refresh token and any access tokens connected to that refresh token.
We need a way to connect the tokens and then revoke any access tokens that were generated from the refresh token.
Solution Brainstorm
To support this I imagine adding a column to the table that optionally tracks the refresh token. The refresh token could then just cascade delete its dependent tokens.
Thoughts?
It seems like a pretty clean way to revoke a refresh and any access tokens that were made from it...
The text was updated successfully, but these errors were encountered: