Skip to content

DevPulse - Implement User Registration Feature for DevPulse #2

@UdayKS28

Description

@UdayKS28

DevPulse currently supports only Git token-based authentication and lacks a user registration system. To enable username/password login, we need to implement a registration feature that allows users to create accounts with their credentials.

Key Requirements:

Add registration with username, email, and password
Secure password storage (hashing)
Validate inputs (unique email/username, proper format)
Create backend registration API
Handle errors and validations properly

Expected Outcome:
Users can register successfully, and their data will be stored securely for future login using username/password.

Metadata

Metadata

Labels

CRChange RequestenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions