Skip to content

Auth Introduction

Introduction

The Genstack Authentication service provides a robust API for managing user authentication and authorization through a combination of Clerk authentication and Genstack’s token system. It offers both programmatic access through a REST API and a user-friendly web interface.

Key Features

  • Simple REST API interface
  • Web-based UI for authentication
  • Token validation and revocation
  • Cross-origin resource sharing (CORS) support
  • Health monitoring and status checks
  • Session management and logout capabilities

Demo UI

A demonstration page is served at https://auth.genstack.app/ui

Service Status

The service provides real-time health status information through its root endpoint, including:

  • Overall service health
  • Environment information
  • UI endpoint availability

For more detailed information about specific endpoints and usage examples, refer to the Endpoints and Examples sections.