Replies: 1 comment 3 replies
-
Yes, from a security POV it is a good practice to logout on any user change, including password reset. However, the bundle does not support invalidating tokens yet. For now you can workaround this by implementing your own user checker as in https://symfony.com/doc/current/security/user_checkers.html |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using API Platform and JWT token to authenticate during my requests
I am wondering if I should disconnect user's sessions if its password changes/resets?
I heard it's not supposed to happen wtih JWT and it's not a part of the bundle, but, is it fine not to disconnect user's sessions if its password gets changed? I'm asking about security point of view
I would appreciate any help
Beta Was this translation helpful? Give feedback.
All reactions