Firebase-style client
A small hosted JavaScript client manages PKCE, callback state, token storage, currentUser, and auth-state listeners.
Register browser, mobile, or server apps, choose exact callback URLs and scopes, and let app.nz handle accounts, consent, PKCE, sessions, and user profiles.
import { createAuthClient } from 'https://app.nz/appnz-auth.js'A small hosted JavaScript client manages PKCE, callback state, token storage, currentUser, and auth-state listeners.
Browser and mobile apps never receive a secret. Authorization Code + PKCE S256 is mandatory.
Each app gets only the profile, credit, or key capabilities the user approved, with exact redirect matching.