• tcodo

    (@tcodo)


    The problem is a single user can created so many JWT and all the JWT will be valid within the specific time and when we use a JWT to get a refresh token the older token still alive and we get one more token.

    I want to make it something at a time a single token should be alive. And when I request a new token using refresh token, I should get the new token but the older token should auto revoke once I get a new token. Please let me know if this can be done with existing settings or do I need to write custom code?

  • The topic ‘Revoke token to Get Refresh Token’ is closed to new replies.