Skip to content

[Backend Intern] Auth System Setup- Govind Singh Raghav - #5

Open
Govind-byte670 wants to merge 1 commit into
koders-in:mainfrom
Govind-byte670:backend-auth
Open

[Backend Intern] Auth System Setup- Govind Singh Raghav#5
Govind-byte670 wants to merge 1 commit into
koders-in:mainfrom
Govind-byte670:backend-auth

Conversation

@Govind-byte670

@Govind-byte670 Govind-byte670 commented Jun 27, 2025

Copy link
Copy Markdown

##Full Name
Govind Singh Raghav

##Role
Backend Intern

What I Implemented

User registration

  • Users can register using their name , email and password.

User login

  • After registration it issues a token, that used for login
  • It give secure authentication

Protected user profile route using middleware

  • Only registered users can access to - /api/user/profile

Password reset flow using plain tokens

  • /api/auth/reset-password -It issues a token
  • /api/auth/new-password - It sets new password using email and token

Login logic updated after reset
All code organized under backend/ directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant