From 4f93d9ce46903a4d66db7c0a9f5f004e9a1e1a9f Mon Sep 17 00:00:00 2001 From: Vincent Delitz Date: Wed, 7 Jun 2023 17:36:16 +0200 Subject: [PATCH] Add Corbado API to Authentication & Authorization (#160) * Add Corbado API to Authentication & Authorization * Revert "Add Corbado API to Authentication & Authorization" This reverts commit f7e3293cd34e652bd41b9d1d9754fc7323d773a2. * Add Corbado API to Authentication & Authorization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4ee81c..4c9345d 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ |---|---|---|---|---| | [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 |