From 8449956432fd0b7f01999ba753a07620f38f35f8 Mon Sep 17 00:00:00 2001 From: Noa Shavit <46575232+noashavit@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:04:02 -0700 Subject: [PATCH] Add-Aserto API Add Aserto API to Authentication & Authorization section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..94a39d00 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ API | Description | Auth | HTTPS | CORS | ### Authentication & Authorization API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [Aserto](https://www.aserto.com) | Fine-grained authorization for applications & APIs | `apikey` | Yes | Yes | | [Auth0](https://auth0.com) | Easy to implement, adaptable authentication and authorization platform | `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 |