Cyberia Auth Management
08 / Developer
React Component & npm SDK
Drop in the component, ship login the same day.
In this feature
- Single npm install, no auth server code in your app
- Provider buttons rendered from the app's enabled SSO set
- Email/password, OTP and sign-up flows included
- Branding pulled from the organization at runtime
- Session hooks and route guards exported from the package
- TypeScript types shipped with the package
// In the console
What it looks like
Install the npm package, mount the sign-in component with your application token and get provider buttons, email/password, OTP and sign-up wired to your tenant's branding automatically.
React Component & npm SDK

Install
One package, one token
Add the package, provide the application token and the auth server URL, and the component negotiates providers, branding and policy on mount.
Integration
Hooks and guards
The SDK exports a session hook and route guard helpers, so protecting a page is a wrapper rather than a bespoke middleware chain.
Portability
Any React stack
Works in Vite, Next.js and TanStack Start applications. The component is presentation plus a thin client — no framework-specific server code required.
Included out of the box
Single npm install, no auth server code in your app
Provider buttons rendered from the app's enabled SSO set
Email/password, OTP and sign-up flows included
Branding pulled from the organization at runtime
Session hooks and route guards exported from the package
TypeScript types shipped with the package