django-realtime icon indicating copy to clipboard operation
django-realtime copied to clipboard

Generate new token cookie when current token is invalid

Open Djayb6 opened this issue 9 years ago • 0 comments

When a token cookie is already set and you restart Redis, future authentications fail. It might be a good idea to get the token for the current user and to compare it with the token cookie before setting or not the cookie.

Djayb6 avatar Sep 02 '15 15:09 Djayb6