From e7f8e0537bb98aa7873b8589059c9f5af62decb6 Mon Sep 17 00:00:00 2001 From: Mehul Sharma <69448557+Mehul-Sharma-Git@users.noreply.github.com> Date: Sat, 11 Sep 2021 09:36:59 +0530 Subject: [PATCH] Add MojoAuth (#2016) Squash: * Added MojoAuth in authentication category Added MojoAuth - A secure and modern passwordless authentication platform * Updated mojoauth markdown format updated mojoauth markdown format --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfa47bef..4ccdbdd5 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Auth0](https://auth0.com) | Easy to implement, adaptable authentication and authorization platform | `apiKey` | Yes | Yes | | [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 | **[⬆ Back to Index](#index)**