Open brassy-endomorph opened 10 months ago
As per the docs: https://flask-login.readthedocs.io/en/latest/#alternative-tokens
Using the user ID as the value of the remember token means you must change the user’s ID to invalidate their login sessions. One way to improve this is to use an alternative user id instead of the user’s ID.
As per the docs: https://flask-login.readthedocs.io/en/latest/#alternative-tokens