Auth Fragment

Authentication fragment for users, sessions, and roles.

Overview

The Auth fragment provides built-in routes for sign-up, sign-in, sessions, user management, and optional organizations.

Authenticated routes use either the fragno_auth cookie or Authorization: Bearer <token>. Credential-issuing JSON routes (/sign-up, /sign-in, and OAuth callbacks) return credentials in an auth envelope with auth.token as the canonical token field.

  • Visit the Auth overview for setup notes and previews.
  • Join the community on Discord to get updates.

On this page