From cebd816aa0f4a623311104889b13a52e590fdb89 Mon Sep 17 00:00:00 2001 From: Noa Shavit <46575232+noashavit@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:09:23 -0800 Subject: [PATCH] Add-Aserto-API Add Aserto API to the list of authentication and authorization APIs. It has gRPC and REST APIs for applications to add authorization, and a free tier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94a39d00..f70c4df8 100644 --- a/README.md +++ b/README.md @@ -251,7 +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 | +| [Aserto](https://www.aserto.com) | API for application authorization | `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 |