infrastructure/web/handlers/auth_handlers.rs
- Fichier:
backend/src/infrastructure/web/handlers/auth_handlers.rs- Type:
RUST
- Lignes de Code:
120
- Couche:
Infrastructure (Adaptateurs)
- Tests:
❌ Non
À quoi sert ce fichier ?
Handlers HTTP (Actix-web) pour auth. Gestion des requêtes REST API avec authentification, validation et gestion d’erreurs.
API Publique
Fonctions
login()register()get_current_user()refresh_token()switch_role()
Code Source
Voir: backend/src/infrastructure/web/handlers/auth_handlers.rs
Documentation Connexe
See also
/CLAUDE
/ARCHITECTURE