Expand description
The auth_routes module for handling user authentication and registration.
This module defines the routes for user login and registration, including the necessary input and output structures. It uses Actix Web for routing and SQLx for database interaction.
Functionsยง
- configure_
auth_ routes - Configure routes for user authentication and registration.