From 16e371da99c1692cccafc02a721a2fefc73a8010 Mon Sep 17 00:00:00 2001 From: Mark Robustelli <137117976+mark-robustelli@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:49:22 -0700 Subject: [PATCH] Add FusionAuth API to Authentication and Authorization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ced25659..4b0c42a2 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 | +| [FusionAuth](https://fusionauth.io) | Security-centric authentication and authorization as a Service, including self-hosting | `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 |