From 5cea4436db8cec369ab9bdb866b897710836af88 Mon Sep 17 00:00:00 2001 From: Nelson Melo Date: Tue, 22 Nov 2022 09:31:20 -0500 Subject: [PATCH] Add Beyond Identity API to Authentication and Authorization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..e88de1b8 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 | +| [Beyond Identity](https://developer.beyondidentity.com/api/v1) | Strong authentication with passkeys, low friction and high security | `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 |