Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Store user password in session #3

@WolfgangEibner

Description

@WolfgangEibner

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.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions