Durcir l'authentification : throttling, politique mot de passe et recouvrement #8
Labels
No labels
area: auth
area: deps
area: frontend
area: gameplay
area: import
area: infra
area: product
area: tests
priority: P0
priority: P1
priority: P2
priority: P3
type: bug
type: chore
type: feature
type: infrastructure
type: performance
type: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: thibaud-lclr/ltbxd-actorle#8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. Le souci
L'authentification actuelle n'active pas de rate limiting sur le login et la politique de mot de passe reste minimale.
Risques :
/login;2. Proposition de solution
Durcir l'ensemble du cycle d'authentification :
3. Proposition d'implementation
login_throttlingdanssecurity.yaml;NotCompromisedPassword, augmenter la longueur minimale et clarifier les messages UX ;