One small sign-in center for trusted apps
Signet centralizes password login, TOTP, WebAuthn, JWT sessions, redirect allowlists, and encrypted OAuth-style callbacks without turning every project into an auth project.
Auth surface
Configured capabilities
Tools
Set up the pieces Signet needs
OAuth playground
Test the encrypted callback flow
Launch a local OAuth-style flow, generate client keys in the browser, and inspect the callback verification result.
Runtime guardrails
- Redirect allowlist blocks open redirects.
- JWT sessions can be verified by downstream apps.
- ECDH protects token return payloads.
How it works
One gateway, many apps
Keep sign-in logic centralized while each app owns its final session.
Redirect
App sends the user to Signet with a callback URL.
Verify
Signet checks password plus TOTP or WebAuthn.
Return
A JWT is returned directly or through encrypted OAuth payloads.
Trust
Your app verifies the token and creates its own session.
Environment variables
Required secrets, redirect allowlists, session settings, and ECDH options.
Project integration
Verify callback tokens and wire Signet into downstream apps.
Auth methods
Understand how password, second factor, JWT, and redirects fit together.