swamimalode07 / SimonsaysGame

This is a Simon Says game built using HTML, CSS, and JavaScript for the frontend, with an Express.js backend and MongoDB for storing user data and leaderboard information.
3 stars 7 forks source link

Implement Secure Authentication for Login Feature #8

Open Snehalgupta-07 opened 4 hours ago

Snehalgupta-07 commented 4 hours ago

I'd like to propose adding authentication to the login functionality. I can implement secure user authentication using like JWT (JSON Web Token) to ensure safe login .

Snehalgupta-07 commented 4 hours ago

@swamimalode07 please share your thoughts .

swamimalode07 commented 3 hours ago

I think to keep easy access ,the project should have the login method it has but we can ensure that same user can login only once , can you make this feature?

Snehalgupta-07 commented 3 hours ago

Yes, I will make sure usernames are unique without any passwords, please assign it to me