When we first started building Seamless Auth, the goal was simple:
Make passwordless authentication accessible to every developer.
The initial releases focused on the foundations: passkeys, OTPs, session management, SDKs, and the core authentication experience.
With v0.2, we're taking a major step forward.
Seamless Auth is no longer just an authentication server. It's becoming a complete identity platform that developers can deploy, extend, and operate themselves.
This release introduces some of the most requested capabilities from early adopters while laying the groundwork for the next generation of the platform.
Organizations
One of the biggest additions in v0.2 is support for Organizations.
Modern applications rarely operate around individual users alone. Teams, companies, departments, and workspaces all need ways to manage access collectively.
Organizations allow applications built on Seamless Auth to model these relationships directly within the identity layer.
With Organizations, developers can:
Create and manage organizations Invite members Assign roles Control access at the organization level Build multi-tenant applications on a common identity foundation
This unlocks a large class of SaaS applications that previously required custom authorization infrastructure.
OAuth Providers
Authentication today is about more than passkeys and magic links.
Users expect to sign in with existing accounts when it makes sense.
v0.2 introduces OAuth provider support, allowing applications to integrate with external identity providers while maintaining a consistent Seamless Auth experience.
Developers can now support workflows such as:
Sign in with GitHub Sign in with Google Sign in with Microsoft Additional providers in future releases
The goal isn't to replace passwordless authentication. It's to provide flexibility while continuing to encourage stronger authentication methods wherever possible.
Audit Events and Auth Events
Understanding what happened is just as important as controlling access.
v0.2 expands our event system significantly with dedicated Auth Events and Audit Events.
Every authentication action can now be tracked through a structured event stream.
Examples include:
Successful logins Failed logins OTP requests Passkey registrations Session revocations Administrative actions Organization changes
These events create the foundation for security monitoring, compliance workflows, and operational visibility.
Today they help power our internal tooling.
Soon they'll be available directly to customers through the Seamless Auth dashboard.
Administrative Infrastructure
As more teams began evaluating Seamless Auth, we quickly learned that operating an identity platform requires more than APIs.
We invested heavily in the internal systems that support customer deployments.
This includes:
Administrative portals for support staff Operational workflows Deployment visibility Environment management Audit tooling
These systems aren't always visible to end users, but they're essential for providing a reliable authentication platform.
React SDK Improvements
The React SDK received a substantial overhaul during this release cycle.
Highlights include:
Complete unit test coverage Security-focused refactors Improved developer experience Enhanced pre-built UI components Better reliability across authentication flows
The goal remains the same: make passwordless authentication feel like a native part of your application rather than a separate product bolted on later.
Security and Compliance Readiness
A significant portion of our effort during this release focused on operational maturity.
Over the past several months we've:
Standardized repository workflows Unified GitHub Actions and CI pipelines Improved backup and recovery processes Hardened infrastructure Expanded observability Continued preparation toward SOC 2 compliance
None of these changes make for flashy screenshots.
All of them make for a better platform.
Alpha Completion for Express
We're also excited to announce completion of alpha testing for:
@seamless-auth/server/express
The Express integration has matured significantly through internal testing and real-world validation.
This package allows developers to integrate Seamless Auth directly into existing Express applications with minimal configuration.
As we move forward, we're turning our attention toward broader ecosystem support, including Next.js.
What Comes Next
v0.2 is a major milestone, but it is not the finish line.
Our immediate focus includes:
SOC 2 infrastructure beta testing Customer-facing insights dashboards Audit event exploration and reporting Threat awareness and automated blocklists Next.js server integration Documentation improvements Package standardization across the ecosystem
Perhaps most importantly, we'll continue refining the developer experience.
Authentication is one of the first things developers build and one of the last things they want to maintain.
Our job is to make that easier.
Looking Back
One lesson has become increasingly clear during the development of Seamless Auth:
Authentication isn't just login screens.
It's identity, trust, security, auditing, compliance, onboarding, recovery, and user experience all working together.
Every feature added in v0.2 moves us closer to that vision.
We're incredibly grateful to everyone who has tested the platform, opened issues, provided feedback, and helped shape the project.
The future remains the same as it was on day one:
A secure, passwordless-first identity platform that developers actually enjoy using.
And we're just getting started.