From 0a28f5b3b0a3b6b60d0f7ecba0369c1e4095cee1 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Oct 2023 02:06:32 +1100 Subject: [PATCH] Add Kinde auth (#237) feat: add Kinde auth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14cf80d3..cd26e4c5 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ | [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 | +| [Kinde](https://kinde.com) | Authentication for modern applications. Integrates in minutes and free up to 7,500 MAU | `OAuth` | 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 |