Server Auth
7/8/26Less than 1 minute
Server Auth
Info
The server-auth module handles user authentication, email verification, issue feedback, and admin email DLQ management.
Overview
The server-auth module provides authentication and verification services:
- Authentication — User/admin login, registration, password reset, token refresh
- Email Verification — Email code sending and verification with captcha
- Issue Feedback — User feedback submission and admin resolution
- Admin Email DLQ — Email notification dead letter queue management
Tips
All admin endpoints require ROLE_ADMIN authorization. User endpoints require valid JWT authentication.
Module Structure
| Layer | Description |
|---|---|
| Auth API | Login, registration, and password reset endpoints |
| Email Verification API | Email code sending and verification |
| Feedback API | User feedback submission and management |
| Admin Email DLQ API | Email notification DLQ management |
Changelog
7/8/26, 5:52 AM
View All Changelog
9f290-on

