Enterprise-grade identity management for everyone. Secure authentication, authorization, and user managementβwithout the enterprise price tag. A true Auth0 alternative built for modern applications.
Enterprise features at startup prices. No surprises, no gotchas.
Beautiful, customisable login pages hosted by us. Social logins, passwordless, MFAβall built in.
TOTP, SMS, email, WebAuthn/passkeys. Adaptive MFA that challenges only when risk is detected.
Google, Apple, Microsoft, GitHub, LinkedIn, Twitterβand 50+ more with zero configuration.
SAML, OIDC, LDAP, Active Directory. Let enterprise customers use their own identity provider.
Comprehensive user database with roles, permissions, groups, and metadata. Full CRUD API.
Custom domains, logos, colours, email templates. Your brand, your experience.
We've spent 18+ years building software. We know what developers need: clear documentation, intuitive APIs, and code that just works.
Detailed guides, API references, and tutorials for every use case.
Official SDKs for React, Vue, Angular, Node.js, Python, Go, and more.
Full programmatic control. Everything in the dashboard, available via API.
Auth tokens, test users, and sandbox environments for development.
import { NEAuth } from '@ne-auth/sdk';
const auth = new NEAuth({
domain: 'your-app.ne-auth.com',
clientId: 'your_client_id'
});
// Protect your routes
const user = await auth.getUser();
if (!user) {
auth.loginWithRedirect();
}
// Access user data
console.log(user.email);
console.log(user.roles);
No vendor lock-in. Your identity data is portable.
Industry-standard authorization framework
Identity layer on top of OAuth 2.0
Enterprise SSO protocol support
Secure, stateless tokens
User provisioning protocol
Passwordless authentication
Your users' identities are precious. We protect them with the same rigour as the world's largest enterprises.
First-class multi-tenant support for applications serving multiple organisations.
Create isolated organisations with their own users, settings, and branding.
Let each org bring their own IdP. Per-org SAML/OIDC configuration.
Custom login experiences for each organisation.
Usage, activity, and security insights per organisation.
Up to 10,000 monthly active users
After first 10,000 MAUs
Volume discounts available
No credit card required β’ 10,000 MAUs free forever β’ No feature restrictions
Get started in minutes with 10,000 free monthly active users.