Mathis c0a61cde3b
Add authentication module with user and admin guards
Implemented the `AuthModule` with necessary controllers and services to handle user authentication and authorization. Added `UserGuard` and `AdminGuard` to secure endpoints based on user roles.
2024-09-02 14:57:13 +02:00
..