Skip to main contentModule security
Source - AuthGuard
- Extractor: pulls the authenticated user from the request
- Claims
- JWT claims stored in the token
- Crypto
- Cryptographic helpers
- JwtManager
- JWT token manager
- Password
- Password hashing and verification using Argon2id
Also supports legacy bcrypt hashes ($2y$/$2b$) from Symfony
- RoleHierarchy
- Symfony-style role hierarchy.
- default_hierarchy
- Default role hierarchy for LaRevueGeek
- require_admin
- Middleware pour protéger un groupe de routes par ROLE_ADMIN.
- require_redacteur
- Middleware pour protéger un groupe de routes par ROLE_REDACTEUR (ou supérieur).