Open Source · MIT Licensed
Identitythatscaleswithyourinfrastructure.
A high-performance, Auth0-compatible engine. Deploy it as a standalone service, embed it directly into your Node process with no network round-trip, or use our upcoming managed cloud.
Deploy your way
Power user feature
Embed auth directly in your Node process — zero network hops
auth.ts
import { init } from "authhero";
import createAdapters from "@authhero/kysely-adapter";
const { oauthApp, managementApp } = init({
dataAdapter: createAdapters(db),
});
app.route("/", oauthApp);
app.route("/api/v2", managementApp);
Built for the Modern Stack
Unrestricted Access. Every feature, from Impersonation to Organizations, is available on every tier. No "Contact Sales" hurdles.
Ready to own your auth?
Deploy in minutes. Migrate from Auth0 in hours. Sleep better forever.