-
Notifications
You must be signed in to change notification settings - Fork 278
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
[Feature Request]: Implement Signup and Login (backend) #443
Comments
🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible ! |
@devarsheecodess Ok first you go for it and notify plz ... im also ready for some backend logic too :) Waiting for update from your side. |
for example? can you elaborate with screenshot |
The website has hardcoded username and password, but we have to give an option for users to signup and select their desired username and password. brcypt js is an NPM package which hashes the passwords and keeps them secured i.e the actual passwords are not visible in the database. JWT means json web token, it is used to handle sessions. But for that we need mongo DB and mongo DB cluster should be created only by the project owner. |
✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to raise them, and we can discuss more! |
Is there an existing issue for this?
Feature Description
Backend is not yet created for this website, so i will create an express js app and work on implementing login and signup. I will write the entire logic, comment it which should be uncommented when the PA creates a mongo DB server and configures it in the server as i cant create the DB (it should be created only by project admin for security purposes). I will also use bcrypt js and jwt.
Use Case
Users will be able to create an account and login easily.
Benefits
No response
Priority
High
Record
The text was updated successfully, but these errors were encountered: