Open
Description
Describe the bug
Refresh Tokens are still valid even after the user changes passwords.
To Reproduce
Steps to reproduce the behavior:
- Login and save the refresh token you get.
- Change password
- Scroll down to Refresh endpoint and use the old Refresh token.
- See error
Expected behavior
Refresh Tokens should not be valid after a user changes passwords.
Additional context
This can be done by using the users hashed password as the secret for the refresh tokens.