From 07a9f2075783b2e46dfd6815499c388e3b02d226 Mon Sep 17 00:00:00 2001 From: lurueger <86125792+lurueger@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:26:41 +0100 Subject: [PATCH] Update README.md: Added Corbado under 'Authentication & Authorization' I added Corbado, a service similar to MojoAuth. (www.corbado.com). It's 100% free, API-based and supports many frameworks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ced25659..45cc7244 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) | Passkey-first authentication for developers | `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 |