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

Implement local signup and login #8

Open
curiosdevcookie opened this issue Jul 13, 2023 · 0 comments
Open

Implement local signup and login #8

curiosdevcookie opened this issue Jul 13, 2023 · 0 comments
Milestone

Comments

@curiosdevcookie
Copy link
Collaborator

curiosdevcookie commented Jul 13, 2023

Create accounts Table

  • Login-Data (email, password) - password hash should be bcrypt
  • Created date

Accounts Table

id email  password_hash  created
a5defdc0-b30a-45c0-a690-fbbc8f4a0ab5 admin@system XXXXXX
@phaus phaus changed the title Implement User Login/Logout via database Implement persisting User in the database Jul 13, 2023
@phaus phaus changed the title Implement persisting User in the database Implement local signup and login Jul 13, 2023
@curiosdevcookie curiosdevcookie added this to the Future milestone Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant