5.4.2.11.1. gemini_interface.blueprint.auth.routes
Authentication Routes.
This module handles user authentication, login, logout, password management, and user registration.
Functions
|
Display the login page. |
Process user login form submission. |
|
|
Log out the current user and clear session data. |
|
Display password change page. |
Process password change form submission. |
|
|
Display user registration page (admin only). |
Process user registration form submission. |
- gemini_interface.blueprint.auth.routes.logout()[source]
Log out the current user and clear session data.
- gemini_interface.blueprint.auth.routes.password_post()[source]
Process password change form submission.