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
Set initializer config remove_tokens_after_password_reset to true
remove_tokens_after_password_reset
If we look that the method. It explain we are removing all tokens except the latest token.
devise_token_auth/app/models/devise_token_auth/concerns/user.rb
Lines 246 to 253 in 8f44a8c
If other device login later than our current client, his token is not expired and he still be able to access the application
The behavior should be expire all the tokens except current client token.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Set initializer config
remove_tokens_after_password_reset
to trueIf we look that the method. It explain we are removing all tokens except the latest token.
devise_token_auth/app/models/devise_token_auth/concerns/user.rb
Lines 246 to 253 in 8f44a8c
If other device login later than our current client, his token is not expired and he still be able to access the application
The behavior should be expire all the tokens except current client token.
The text was updated successfully, but these errors were encountered: