Skip to content

feat: implement secure user registration with validation and error ha…#129

Open
Kiran95021 wants to merge 2 commits intoTiwariDivya25:mainfrom
Kiran95021:feat/auth-security-validation-128
Open

feat: implement secure user registration with validation and error ha…#129
Kiran95021 wants to merge 2 commits intoTiwariDivya25:mainfrom
Kiran95021:feat/auth-security-validation-128

Conversation

@Kiran95021
Copy link
Contributor

Description: Implemented a robust registration system meeting L2 security standards.

Validation: Added field-level validation for email format and password length (6+ chars).

Security: Integrated Supabase Auth which ensures passwords are encrypted and hashed before storage.

Error Handling: Added logic to catch and display 400-level "User already exists" errors and other authentication failures in a standardized format.

Closes #128

@vercel
Copy link

vercel bot commented Jan 11, 2026

@Kiran95021 is attempting to deploy a commit to the Divya Tiwari's projects Team on Vercel.

A member of the Team first needs to authorize it.

@netlify
Copy link

netlify bot commented Jan 11, 2026

Deploy Preview for tiwaridivya25-devconnect failed.

Name Link
🔨 Latest commit 9c47953
🔍 Latest deploy log https://app.netlify.com/projects/tiwaridivya25-devconnect/deploys/696343437691cc0008e6231e

@github-actions
Copy link

Thanks for creating a PR for your Issue! ☺️

We'll review it as soon as possible.
In the meantime, please double-check the file changes and ensure that all commits are accurate.

If there are any unresolved review comments, feel free to resolve them. 🙌🏼

@Kiran95021
Copy link
Contributor Author

pls merge it

@TiwariDivya25
Copy link
Owner

Please fix the failing checks and update the PR.

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.

Title: [L2] Implement Password Hashing and Input Validation for User Registration

2 participants