1 · Password + 2FA
Sign in with demo, then approve in the Telegram simulator.
Aegis is a standalone authentication service I built for my personal apps. This demo uses stateless JWT cookies for sessions and 2FA, staged sample logs, and browser storage — so it works on Vercel without Redis or Telegram.
Sign in with demo, then approve in the Telegram simulator.
Pretend you're on a tailnet as demo.user (demo-laptop).
OAuth-style /authorize redirect that appends a JWT to the callback URL.
Mint a fresh JWT from your session or simulated tailnet identity.
Staged samples plus events from your browser session (localStorage).
Loading…
Click a button above to call an endpoint.
Deployed mode: serverless (Vercel). JWT TTL: 3600s. Production Aegis uses real Tailscale, Telegram, and optional Redis.