Lamba customer reference app
This demo is the reference customer app used to evaluate Lamba's public customer APIs, UX decisions, and end-to-end runtime flows. Sign in or register, then inspect identity, membership, authorization, and admin wiring against one pinned sandbox fixture.
Hosted + embedded ready
Embedded auth covers password, register, magic link, phone OTP, and email verification. Hosted OIDC can also be enabled by supplying a customer app client id and callback URI.
Continue with hosted OIDCPinned fixture
After sign-in, the demo upgrades the returned customer session into its configured workspace and project context without sending binding headers to the public customer hosts.
Probe lens
Use the probe page to step through auth, setup, context, admin, and webhook scenarios with explicit manual checks and expected outcomes.
Review scenariosPassword login
Validate existing member sign-in and the scoped-session upgrade into the pinned workspace/project fixture.
- Local route handler: /api/auth/login/password
- Customer auth host (id.*): POST /v1/auth/login/password
- Customer auth host (id.*): POST /v1/sessions/switch-context