We built Redsols Auth to unify authentication across all Redsols apps. Anyone can create an account to use Redsols products today, while developer access is still coming soon.
Authentications Daily
Uptime SLA
Avg Response Time
Active Developers
One authentication layer for Redsols products today, with broader access rolling out soon
Passwordless authentication with WebAuthn so every Redsols app can share one secure sign-in flow.
Full OAuth 2.0 and OpenID Connect support to centralize identity across the Redsols platform.
Built-in account protection with MFA and modern login controls for every connected Redsols experience.
Clean APIs and integration points make it easy to plug Redsols Auth into new and existing apps.
Social and provider-based login flows are designed to give users one account across the Redsols stack.
Centralized visibility into sign-ins, security events, and user access across your apps.
Built with security as the foundation. Your data is protected with industry-leading standards.
Independently audited for security compliance
All data encrypted at rest and in transit
Privacy-first approach to data handling
Redundant infrastructure across multiple regions
We started by solving authentication once for every Redsols app instead of rebuilding it app by app
import RedsolsAuth from '@redsols/auth';
// Initialize the auth client
const auth = new RedsolsAuth({
clientId: 'your-client-id',
redirectUri: 'https://yourapp.com/callback'
});
// Sign in with passkey
const user = await auth.signInWithPasskey();
// Or use social login
await auth.signInWithGoogle();
console.log(user); // { id, email, name, ... }
Shared docs and implementation patterns keep auth consistent across the whole platform.
Reusable SDK patterns help new Redsols products adopt the same sign-in experience quickly.
Public users can sign up now for Redsols apps, while developer onboarding is still closed.
Redsols Auth is available now for Redsols users, with developer access opening in phases
Available for Redsols users
Developer onboarding
Broader platform access
Create an account to use Redsols apps today. Developer signup is not open yet, but it is coming soon.