中文翻译
摘要: 开源IAM套件Ory披露,其正支撑ChatGPT每周超9亿用户的登录认证。为破解自建认证复杂与商业SaaS成本高的痛点,Ory提供可自托管、Apache 2.0开源的模块化方案。套件含Kratos(认证)、Hydra(OAuth2)、Keto(权限)、Oathkeeper(零信任代理)及Polis(企业SSO)五大Go服务。Ory以高可控、免厂商锁定特性,为开发者提供企业级身份安全基建。
正文
Authentication
Opensource
Security
Self-host
Technology
Ory: The Open Source IAM Stack That Powers ChatGPT’s Login
Ory Handles Authentication for OpenAI's 900M Weekly Users. Learn What Ory is and Who It's for.
Published:
June 1, 2026
Written by
Published:
June 1, 2026
8 mins read
0 comments
Telegram
Every application eventually faces the same problem: users need to log in. It may sound simple but It isn't. Behind a login button sits a series of security decisions. They are: password hashing, session management, CSRF protection, brute-force defense, multi-factor auth, password recovery, email verification, token expiry, and a dozen more concerns that have nothing to do with what your app actually does.
Most teams handle this one of three ways. They build it themselves and spend months patching edge cases. They reach for a managed service like Auth0 and eventually hit a pricing wall. Or they bolt on a library and end up owning half the security logic anyway.
is a fourth option and for developers and infrastructure engineers who care about control, it's worth understanding properly.
Table of Contents
What Is Ory?
is an open source suite of identity and access management (IAM) tools for cloud-native applications. It provides authentication, authorization, and identity management as five independently deployable services:
Ory Kratos
: User registration, login, sessions, MFA, and password recovery
Ory Hydra
: OAuth 2.0 and OpenID Connect server for token issuance
Ory Keto
: Fine-grained permissions using Google's Zanzibar model
Ory Oathkeeper
: Identity-aware reverse proxy for Zero Trust networking
Ory Polis
: Enterprise SSO bridge for SAML and SCIM integration
All components are Apache 2.0 licensed, written in Go, and self-hostable.
It is not a SaaS product you're locked into. It is not a library you integrate into your app. It is a
采集时间: 2026-06-01 21:00:54
AIGPTChatGPTOpenAI人工智能