Module auth_routes

Module auth_routes 

Source
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.