Central Auth System - Single Sign-On (SSO)

Welcome to the Central Authentication System. This service provides secure user authentication and token management for multiple applications.

Available API Endpoints:

POST /api/register - Register a new user
POST /api/login - Login user and get tokens
POST /api/token/refresh - Refresh access token
POST /api/auth/verify - Verify authentication token
POST /api/logout - Logout user and revoke tokens

How to Use This SSO System

To integrate with this SSO system in your application:

  1. Register your project in the admin panel to get an API key
  2. Use the API endpoints to handle user authentication
  3. Verify tokens using your API key to authenticate users in your application