Skip to content

User credentials must be recorded in database. #1

@yasin2dev

Description

@yasin2dev

When a user registers, their credentials should be securely stored in the database. The following fields must be saved:

  • Username: The unique identifier for the user.
  • Email: The user's email address.
  • Hashed Password: The password must be securely hashed before storage.

BcryptJS using as library. JWT TOKEN environment variable using for hash.

Image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions