From 022c15c76869ff551b22303e767f2a410b35ab35 Mon Sep 17 00:00:00 2001 From: lurueger <86125792+lurueger@users.noreply.github.com> Date: Thu, 2 May 2024 10:11:24 +0200 Subject: [PATCH] Added Corbado in "Authentication & Authorization" Added Corbado as an API-first provider of passwordless authentication. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 285ef50c..823a6e81 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| | [Auth0](https://auth0.com) | Easy to implement, adaptable authentication and authorization platform | `apiKey` | Yes | Yes | +| [Corbado](https://corbado.com) | Passkey-first authentication & IAM via API and UI components | `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 |