DontStopPrograming / DontStopPrograming/Backend_standard
Feat: Implement JWT and bcrypt security
Open
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
###
Create the necessary middleware to manage user authentication and enhance application security.
### Task to complete
- Implement JWT generation and verification.
- Set up bcrypt for password hashing.
- Develop middleware to project private routes.
- Ensure passwords are securely stored in the database.
### Acceptance criteria
- Users must be able to log in securely.
- JWT tokens should expire as per the configured settings.
- Passwords stored in the database must be irrecoverable.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.