-
-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Description
Hi. Thank you so much for this package. I have this
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.SessionAuthentication',
'knox.auth.TokenAuthentication',
),
in my settings.py. Issue is that the log out view only expires the token but the browser still stays logged in due to the session still being valid. Is there any way to expire the session when the user logs out?
Metadata
Metadata
Assignees
Labels
No labels