-
Notifications
You must be signed in to change notification settings - Fork 95
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
login and signup api with jwt authentication #124
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
what did @InshiyaRavat do ? |
Made signup api |
signup api and bcrypt |
@PatilHarshh can you please label this PR . This is necessary and was advised on discord for your reference I have attached ss below -: |
@InshiyaRavat You should work on UI part of sign up because it seems that you both worked in single PR !! |
@PatilHarshh when will you merge this one ? |
@PatilHarshh @InshiyaRavat told me to work on frontend part she said that she won't be able to contribute further because she is busy |
@Rimaru06 will be working on the frontend part. As of now I won't be able to complete the task soon. |
@Rimaru06 any updates |
Sorry for the delay my End Term examination is going on that's why i am a little busy. |
Related issue
#46
Description
i have create a login and signup api using jwt auth
and use zod for validation data
also make a middleware for jwt verification
and bcryptjs for password hashing
Type of PR
Screenshots
signup api
login api
for jwt verification made a dummy endpoint