Authentication¶
Authentication and authorization infrastructure including JWT handling, OAuth, and session management.
Module Contents¶
JWT Authentication¶
Guards¶
Route guards for protecting endpoints.
Authentication and authorization guards.
Middleware¶
Authentication middleware for request processing.
OAuth Integration¶
OAuth provider integration (GitHub, Google, etc.).
Password Handling¶
Password hashing and verification utilities.
Schemas¶
Authentication-related data schemas.
Session Management¶
User session handling.