Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a remember me function for authentication #77

Open
Janekdererste opened this issue Feb 13, 2019 · 0 comments
Open

Have a remember me function for authentication #77

Janekdererste opened this issue Feb 13, 2019 · 0 comments
Assignees
Labels
auth-server enhancement New feature or request

Comments

@Janekdererste
Copy link
Member

Solves matsim-org/viz#106.

Currently a login cookie with an auth token is stored on the users machine. This cookie currently is a session cookie. Make this cookie live longer than the session to prevent repeated Logins.

Initial expiration could be 24 hours and each time the user visits a new cookie with a newly generated token is stored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth-server enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant