-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I have a situation where the flask.ext.security current_user has the same uuid for 2 users.
For example,
-I log in w/ one user
-print current_user.uuid
-log out
-log in w/ a different user
-print current_user.uuid
and it is the same value for both users.
This occurs when I deploy to nginx but not when I run w/ "python manage.py runserver".
stack overflow link: http://stackoverflow.com/questions/20585497/flask-security-duplicate-current-user-uuid-values
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels