abhijeetnishal / URLShortener

URL Shortener Deployed Link 👇🏻
https://urlsrtner.vercel.app
MIT License
37 stars 59 forks source link

Implemented Login/Signup with JWT Authentication (Server side) #42

Closed Mr-mahato closed 3 months ago

Mr-mahato commented 3 months ago

16 As per this issue

I've successfully completed the following tasks:

Implemented user registration endpoint (v1/auth/signup) with input validation and MongoDB storage. Created login endpoint (v1/auth/login) with database credential verification. Integrated JWT authentication with token generation, storage, and verification.

Please let me know if you'd like to test or review.

vercel[bot] commented 3 months ago

@Mr-mahato is attempting to deploy a commit to the Abhijeet's projects Team on Vercel.

A member of the Team first needs to authorize it.

abhijeetnishal commented 3 months ago

Hey @Mr-mahato, there is conflict in code, please pull the code from master and select Accept incoming (not current) from master option.

Mr-mahato commented 3 months ago

is it still conflicting to merge?

abhijeetnishal commented 3 months ago

Also pull the changes from master branch whenever you are adding changes.

Abhi-0001 commented 3 months ago

Hello @abhijeetnishal I see this issue not completed yet. Can I collab with @Mr-mahato. If yes please assign this to me and please mention collabing instructions.

abhijeetnishal commented 3 months ago

Hey @Abhi-0001, i guess @Mr-mahato is still working on this issue. I have added some changes in review of this PR so wait for him to finish.

Mr-mahato commented 3 months ago

i am sorry being late for solving this issue , will you ckeck it once.

abhijeetnishal commented 3 months ago

i am sorry being late for solving this issue , will you ckeck it once.

No issues @Mr-mahato, it's fine.

abhijeetnishal commented 3 months ago

Hey @Mr-mahato, the code looks good to me some changes are there but will be done later also, good job👍. I am merging this PR now this change will not brake anything now so i will test it later. This PR fixes #16