Authentication and user management for your applications.为你的应用提供身份验证与用户管理。
Add sign-up, login and single sign-on with a few lines of code. Every project runs on your own domain and in your own look, so your users sign in to you, not to us, and you manage it all from the Portal.几行代码即可接入注册、登录和单点登录。每个项目跑在你自己的域名和外观之下,用户登录的是你,不是我们,一切都在管理台里管理。
-
Your app你的应用
Your app sends the user to sign in on your project's domain.你的应用把用户送到项目域名下的登录页。
-
Demo: a sign-in page wearing a customer's brand.示例:挂着客户品牌的登录页。
northwind
.authanyid.com Authany handles passwords, one-time codes, passkeys, social and enterprise providers, multi-factor authentication and sessions.密码、一次性验证码、通行密钥、社交与企业登录、多因素身份验证和会话,都由 Authany 处理。
Every project runs on its own domain, like
northwind.authanyid.com, or on a domain you already own.每个项目都跑在自己的域名下,例如northwind.authanyid.com,也可以用你已有的域名。 -
Back in your app回到你的应用
Your app and backend receive standard OpenID Connect tokens to verify.你的应用和后端拿到标准的 OpenID Connect 令牌进行校验。
What you get开箱即用
- Zero-trust authentication on the OpenID Connect standard基于 OpenID Connect 标准的零信任身份验证
- Ready-made, customizable sign-up and login pages: email, phone, password, one-time codes, magic links, passkeys现成且可自定义的注册与登录页面:邮箱、手机号、密码、一次性验证码、魔法链接、通行密钥
- Social and enterprise login: Google, Apple, WeChat, Microsoft Entra ID, any OIDC or SAML provider社交与企业登录:Google、Apple、微信、Microsoft Entra ID,以及任何 OIDC 或 SAML 身份提供方
- Multi-factor authentication, session management, brute-force and bot protection多因素身份验证、会话管理、暴力破解与机器人防护
- SDKs for web and mobile, an Admin API (GraphQL), events and hooksWeb 与移动端 SDK、Admin API(GraphQL)、事件与 Hook
- Every project on its own domain, fully white-labelled, or bring your own每个项目独立域名、完全白标,也可使用你自己的域名
Built for developers为开发者而建
SDKs for the platforms you ship on, an Admin API for your backend, and events and hooks for everything in between.覆盖你所发布平台的 SDK,供后端使用的 Admin API,以及连接其间一切的事件与 Hook。
SDKsSDK
- JavaScript
- React
- Vue
- Angular
- iOS
- Android
- Flutter
- React Native
- Ionic
- Xamarin
Admin API (GraphQL)Admin API(GraphQL)
Query and manage users, sessions and identities from your own backend.从你自己的后端查询和管理用户、会话与身份。
Events and hooks事件与 Hook
React to sign-ups, logins and profile changes, before or after they happen.在注册、登录和资料变更发生之前或之后做出响应。
ID tokenID 令牌
{ "iss": "https://northwind.authanyid.com", "sub": "usr_7f3a9c2e", "aud": "northwind-web", "email": "ada@northwind.example", "amr": ["pwd", "otp"], "iat": 1788000000, "exp": 1788003600 }