Creator Documentation

Authentication

How the site handles account creation, login, and session-gated workspace access.

Docs Home01 / 06

The app exposes a dedicated login page at /auth/login. From there, a user can create a new account or sign in with an existing UUID and passphrase.

The auth flow is session-based. Successful login sets the session used by protected routes such as/manage, /create, /admin/users, and /admin/requests.

What the auth page does

Account creation generates a UUID credential, and login validates the passphrase before the app issues a session cookie.

What to expect

Lost UUIDs or passphrases cannot be recovered. If you need a fresh identity, use the create tab on the auth page to generate a new account.

Protected routes

  1. /manage for verified form access.
  2. /create for the builder workspace.
  3. /admin/users and /admin/requests for admin-only management.
Get the appDownload App