Sciometa Auth Central

Central authentication system for Sciometa applications

API Endpoints

  • POST /api/auth/login - User login
  • POST /api/auth/register - User registration
  • POST /api/auth/verify - Token verification
  • POST /api/auth/refresh - Token refresh
  • POST /api/auth/logout - User logout
  • POST /api/auth/google - Google OAuth
  • POST /api/auth/password/reset-request - Request password reset
  • POST /api/auth/password/update - Update password
  • POST /api/auth/password/change - Change password
  • GET /api/health - Health check

Admin Access

Access the admin dashboard to manage users and organizations.

Documentation

For API documentation and integration guides, please refer to the project documentation.