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

Add login and authentication #20

Open
zurda opened this issue Oct 11, 2020 · 0 comments
Open

Add login and authentication #20

zurda opened this issue Oct 11, 2020 · 0 comments

Comments

@zurda
Copy link
Owner

zurda commented Oct 11, 2020

Purpose

We currently don't save the user's previous attempts anywhere. This means that a user can get the same move more than once.

As a long term solution, we should:

  • Add ability to login and authentication (netlify identity seems to be a nice direction, but it's totally up to whoever picks this up),
  • Save the user's previous attempts in a db, and
  • Prevent the user from getting the same movie a second time

As a short term solution, we can do this using local storage: #19

@zurda zurda added enhancement New feature or request Hacktoberfest labels Oct 11, 2020
@zurda zurda mentioned this issue Oct 13, 2020
@zurda zurda removed Hacktoberfest enhancement New feature or request labels Oct 14, 2020
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