Auth0
易于实现、适应性强的认证和授权平台
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 认证与授权
- 文档 / URL
- https://auth0.com
简介
Auth0 提供认证平台 API——按租户域名(占位租户返回 404,已实测)。
快速开始
Token(替换 YOUR_TENANT):
curl -X POST "https://YOUR_TENANT.auth0.com/oauth/token" \
-H "Content-Type: application/json" \
-d '{"grant_type":"client_credentials","client_id":"YOUR_ID","client_secret":"YOUR_SECRET","audience":"https://YOUR_TENANT.auth0.com/api/v2/"}'
认证方式
- Auth0 租户 → client_id + client_secret。
- 所有端点都在你的租户域名下。
⚠️ 坑(已实测):占位租户返回 404「Unknown host」——请使用真实租户。
速率限制与注意事项
- 免费层带限额(看文档);付费档可扩展。
- 认证/授权。
常见问题
Auth0 免费吗? 免费层带限额;更多需要付费。
为什么 404? 租户主机是占位符(已实测)——请使用你的租户。
认证风格是什么? OAuth 2.0(按租户)。
认证与授权 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| GetOTP Implement OTP flow quickly | API Key | Yes | No | ↗ |
| Micro User Service User management and authentication | API Key | Yes | No | ↗ |
| MojoAuth Secure and modern passwordless authentication platform | API Key | Yes | Yes | ↗ |
| SAWO Labs Simplify login and improve user experience by integrating passwordless authentication in your app | API Key | Yes | Yes | ↗ |
| Stytch User infrastructure for modern applications | API Key | Yes | No | ↗ |