DontStopPrograming / DontStopPrograming/Backend_standard
Feat: Implement JWT and bcrypt security
Offen
#4
0 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @DontStopPrograming
Auf GitHub ansehen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
###
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.