Available soon
OTP sign-in is on the roadmap. We’ll announce when it’s ready.
Auth with OTP
Passwordless sign-in via email. Users request a code; we send it. They exchange it for a token. Simple, secure, no password tables.
- • Request OTP by email; we send the code.
- • Exchange code for a token; use it in API key or Bearer header.
- • Tokens expire after a configurable time — no long-lived secrets in the client.
- • Ideal for dashboards, internal tools, and low-friction sign-in.
Dashboard login
When available, the dashboard will use this flow. Your customers will be able to use the same API for their own users.