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

[Users] Implement "remember me" functionality #78

Open
netsensei opened this issue Jan 25, 2019 · 2 comments
Open

[Users] Implement "remember me" functionality #78

netsensei opened this issue Jan 25, 2019 · 2 comments

Comments

@netsensei
Copy link
Contributor

Symfony Security also features a "remember me" component. This is currently not yet implemented in the Datahub.

Detailed description

From the documentation:

Once a user is authenticated, their credentials are typically stored in the session. This means that when the session ends they will be logged out and have to provide their login details again next time they wish to access the application. You can allow users to choose to stay logged in for longer than the session lasts using a cookie with the remember_me firewall option:

This is a new feature. This would allow users to stay logged in for longer periods of time, which could be useful if a user performs intensive labour in the interface.

Context

This would benefit administrators and managers

@netsensei netsensei added this to the Version 1.1 milestone Jan 25, 2019
@netsensei
Copy link
Contributor Author

See also #66

@netsensei
Copy link
Contributor Author

Deferring this as an enhancement for a next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment