2026.06.03
Redesigned passwordless flow, rebuilt transactional emails, and agent-friendly testing. SDK reaches 0.4.0.
Improved
- Faster cold starts on the edge — Trimmed the worker bundle and deferred non-critical init, cutting first-request latency. 9af01b2
Breaking changes
- Session cookie moved to a shared scopebreaking — One sign-in now carries across every app in your account. Re-authenticate once after upgrading. a1b2c3d
New
- Sign up, sign in, and sign out routes in the SDK — Apps can link straight to /signup, /signin, and /signout. The SDK reserves them and redirects to the hosted pages. c245426
- Test your auth as an agent — Generate a per-project test key and call neologin.test.login() for a real session in CI. No passkey or inbox required. b382c4e 7c9c5b2