From 7ada0c7f0fd908e9e531c42730d00e8906757611 Mon Sep 17 00:00:00 2001 From: suppenwuerfel <48420742+suppenwuerfel@users.noreply.github.com> Date: Wed, 26 Jul 2023 17:13:53 +0200 Subject: [PATCH] Update README.md Added Corbado API under "Authentication" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..a8f11d52 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,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://www.corbado.com/) | Implement passkeys for 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 |