From dcebccf415477ccd3a7099718962a6e469a92c7e Mon Sep 17 00:00:00 2001 From: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> Date: Tue, 28 Mar 2023 16:51:42 +0200 Subject: [PATCH] Update Clerk URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e78b0a..4820e14 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,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 | -| [Clerk](https://clerk.dev) | Drop-in React components for authentication and authorization | `apiKey` | Yes | Yes | +| [Clerk](https://clerk.com/docs) | Drop-in React components for authentication and authorization | `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 |