Unified Authentication Service

Secure and convenient user authentication solution. Supports multiple login methods, easily integrates into your system.

Core Features

Google Login

Support Google OAuth one-click login, improve user experience

Email Recovery

Send password reset emails via Gmail API, secure and reliable

API Integration

Standard RESTful API, easily integrate with various systems

JWT Authentication

Use JWT Token for authentication, stateless design

Admin Backend

Powerful admin system, configure various parameters

Secure Storage

Passwords are securely stored using Argon2id, the current most secure hashing algorithm, to resist brute-force attacks.

API Endpoints

POST /api/auth/register Register
POST /api/auth/login Login
POST /api/auth/logout Logout
GET /api/auth/profile Get User Info
POST /api/auth/validate Validate Token
POST /api/auth/forgot-password Forgot Password
POST /api/auth/reset-password Reset Password