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

Remember me feature in UI when using password #242

Open
KiraLT opened this issue Sep 26, 2021 · 1 comment
Open

Remember me feature in UI when using password #242

KiraLT opened this issue Sep 26, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@KiraLT
Copy link
Owner

KiraLT commented Sep 26, 2021

At the moment login password is stored in the browser memory. So after each reloads you need to enter the password.

We can add the "Remember me" checkbox to the UI login page. We probably also need a logout button.

@KiraLT KiraLT added the enhancement New feature or request label Sep 26, 2021
@KiraLT
Copy link
Owner Author

KiraLT commented Oct 10, 2021

We can use something like express-session, but it requires some kind of database. If we wish to have stateless sessions, we can use JWT. So express-session-jwt may work, or we can just create simple JWT implementation ourselves- because we have only one user with one password, it won't be hard.

@KiraLT KiraLT added this to the v1.10 milestone Oct 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant