We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the application happens to be using an expired JWT, the logout operation causes an exception.
Have a JWT which is expired Run the logout method of the auth provider
It should complete the operation of logging out, and there should not be a user logged into the app afterwards
Throws a TokenExpiredException
The text was updated successfully, but these errors were encountered:
9680bb8
specialtactics
Successfully merging a pull request may close this issue.
Subject of the issue
If the application happens to be using an expired JWT, the logout operation causes an exception.
Your environment:
Steps to reproduce
Have a JWT which is expired
Run the logout method of the auth provider
Expected behaviour
It should complete the operation of logging out, and there should not be a user logged into the app afterwards
Actual behaviour
Throws a TokenExpiredException
The text was updated successfully, but these errors were encountered: