Identity Server

API reference documentation for the Identity Server — a Go-based service for user registration, authentication, and JWT token management.

About this service

The Identity Server provides secure user identity management. It handles user registration, credential validation, and issues signed JWT tokens for authenticated access to protected resources.

📄

REST API

Standard HTTP endpoints for registration, login, user management, and health checks. Documented with Swagger / OpenAPI.

View REST Docs
🔁

GraphQL API

A GraphQL interface exposing the Login mutation and the me query for authenticated user profile access.

View GraphQL Docs
🔌

gRPC / Protobuf

A gRPC service definition exposing Login and Me RPCs via Protocol Buffers.

View Proto Docs