Add Corbado API to Authentication & Authorization
This commit is contained in:
19
README.md
19
README.md
@@ -215,15 +215,16 @@
|
||||
**[⬆ Back to Index](#index)**
|
||||
|
||||
### Authentication & Authorization
|
||||
| API | Description | Auth | HTTPS | CORS |
|
||||
|---|---|---|---|---|
|
||||
| [Auth0](https://auth0.com) | Easy to implement, adaptable authentication and authorization platform | `apiKey` | Yes | Yes |
|
||||
| [Clerk](https://clerk.com) | Drop-in React components for authentication and authorization | `apiKey` | Yes | Yes |
|
||||
| [GetOTP](https://otp.dev/en/docs/) | Implement OTP flow quickly | `apiKey` | Yes | No |
|
||||
| [Micro User Service](https://m3o.com/user) | User management and authentication | `apiKey` | Yes | No |
|
||||
| [MojoAuth](https://mojoauth.com) | Secure and modern passwordless authentication platform | `apiKey` | Yes | Yes |
|
||||
| [Stytch](https://stytch.com/) | User infrastructure for modern applications | `apiKey` | Yes | No |
|
||||
| [Warrant](https://docs.warrant.dev/) | APIs for authorization and access control | `apiKey` | Yes | Yes |
|
||||
| API | Description | Auth | HTTPS | CORS |
|
||||
|--------------------------------------------|------------------------------------------------------------------------|---|---|---|
|
||||
| [Auth0](https://auth0.com) | Easy to implement, adaptable authentication and authorization platform | `apiKey` | Yes | Yes |
|
||||
| [Clerk](https://clerk.com) | Drop-in React components for authentication and authorization | `apiKey` | Yes | Yes |
|
||||
| [Corbado](https://corbado.com) | Passkey-first authentication | `apiKey` | Yes | Yes |
|
||||
| [GetOTP](https://otp.dev/en/docs/) | Implement OTP flow quickly | `apiKey` | Yes | No |
|
||||
| [Micro User Service](https://m3o.com/user) | User management and authentication | `apiKey` | Yes | No |
|
||||
| [MojoAuth](https://mojoauth.com) | Secure and modern passwordless authentication platform | `apiKey` | Yes | Yes |
|
||||
| [Stytch](https://stytch.com/) | User infrastructure for modern applications | `apiKey` | Yes | No |
|
||||
| [Warrant](https://docs.warrant.dev/) | APIs for authorization and access control | `apiKey` | Yes | Yes |
|
||||
|
||||
**[⬆ Back to Index](#index)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user