Ory provides a modern and modular approach to IAM programs that scales, provides unmatched UX and deployment flexibility, and only charges for what is used.
Deployment Options
Deploy Ory on your terms
And enjoy full control over your infrastructure, data, and compliance.

Benjamin Billings
Engineering Manager, Identity Platforms
OpenAI wanted a partner that could help enable our vision for owning our identity processes, data, and success. We have a lot of partners, and Ory is one of our best.

Ory in numbers
we operate around the clock to make sure your IAM runs the way you need it to—our stats speak for themselves
0.0Total API requests secured
0.0Total docker images pulls
0.0GitHub stars overall
GlobalOperating in 3 continents
Features
Everything is possible with Ory
Ory offers a modern and simple approach to meeting today's identity challenges.
The New Identity Stack that fits your needs
We built Ory to be the most flexible solution to meet all your needs. Follow our tutorials and migration guides, ask our community or talk to an Ory expert.
NodeJS
// 1. Import SDK
import { FrontendApi, Configuration } from "@ory/client-fetch"
// 2. Configure Ory
const basePath = process.env.ORY_URL;
const ory = new FrontendApi(
new Configuration({
basePath,
credentials: "include",
})
);
// 3. Sign in or grab session.
const data = await ory.toSession()