Created Signup, login, logout, and verifyToken Routes in Backend #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Template for GSoC 2024
Related Issue
[Backend Issue]: No Login/SignUp backend logic #15
closes:
Description of Changes
I have setup the express in the backend and added api routes which includes the auth routes :- Register new user, login existing user, logout current logged in user, and verifying the token so that user doesn't have to login again and again. I have used express js, mongodb, bcrypt, cookie-parser, jwt and dotenv libraries.
Type of Pull Request
(Please check relevant boxes by entering an "X" inside them)
Screenshots / Demo (if applicable)
[Include any screenshots, GIFs, or videos that demonstrate the change or feature, if available.]
Checklist for Contributor
use'X' in [ ] to check it .
Additional Information
[Include any additional context or relevant information that may help in reviewing this PR.]
Contribution Guidelines Reminder
Thank you for contributing to our project! Please ensure you follow the guidelines below:
Contribution Levels
Task Categories:
Acknowledging Effort:
Review Process
PRs will be reviewed by the maintainers, and feedback will be provided. Contributors should address feedback promptly and resubmit the PR if necessary.
Contributors are encouraged to participate in the review process of other PRs for community growth.
We appreciate your time and effort in improving this project and look forward to your valuable contributions!