DontStopPrograming / DontStopPrograming/Backend_standard
Feat: Implement JWT and bcrypt security
Aperta
- Lingua principale
- TypeScript
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
###
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.