Skip to content

duplicate current_user.uuid values #3

@rjbriody

Description

@rjbriody

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions