You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2022. It is now read-only.
After login the user password should be stored in the user's browser session for using it in the subsequent REST calls.
Django should use a memcached session db (https://docs.djangoproject.com/en/dev/topics/http/sessions/#using-cached-sessions) and additionally encrypt the user password.
Additionally clear the password/session manually at user logout.