You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**auth-service** handles user authentication and registration. ## Endpoints - `GET /health` — service status - `POST /auth/login` — user login (sample) - `POST /auth/register` — user registration (sample) - `POST /auth/logout` — user logout (sample) ## Tracing This service reports telemetry to the tracing-service using the URL in the `endpoints`
Authentication & authorization microservice.
Manages user accounts, API tokens, orgs/teams, and role-based permissions.
Responsibilities
Issue/verify JWTs
OAuth support (Clerk-compatible)
Service-to-service authorization
About
**auth-service** handles user authentication and registration. ## Endpoints - `GET /health` — service status - `POST /auth/login` — user login (sample) - `POST /auth/register` — user registration (sample) - `POST /auth/logout` — user logout (sample) ## Tracing This service reports telemetry to the tracing-service using the URL in the `endpoints`