Docs
Developer

Authentication

Login, registration, and session flows for API consumers.

Browser applications

The web app uses HttpOnly session cookies after POST /auth/login. Do not store bearer tokens in browser storage.

Machine integrations

For server-to-server work:

  1. Use documented /auth/* endpoints in the API reference
  2. Respect MFA and portal membership responses (nextStep continuation)
  3. Send X-Portal on subsequent portal calls

Public routes

Routes under /public/ (countries, contact, platform catalogs) do not require a session. They are listed in the public OpenAPI artifact.

User onboarding docs

End-user steps: First login

Feature coverage

No registry features are linked to this hub.