From a8044b2858d47ee26eac1fe07ab8259dae7d874b Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 10 Jul 2021 09:32:18 +0100 Subject: [PATCH] Add Micro User API --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f69d3609..1c3a391d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ For information on contributing to this project, please see the [contributing gu * [Anime](#anime) * [Anti-Malware](#anti-malware) * [Art & Design](#art--design) +* [Authentication](#authentication) * [Books](#books) * [Business](#business) * [Calendar](#calendar) @@ -121,6 +122,14 @@ API | Description | Auth | HTTPS | CORS | | [Pixel Encounter](https://pixelencounter.com/api) | SVG Icon Generator | No | Yes | No | | [Rijksmuseum](https://www.rijksmuseum.nl/en/api) | Art | `apiKey` | Yes | Unknown | +**[⬆ Back to Index](#index)** +### Authentication +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 | +| [Stytch](https://stytch.com/) | User infrastructure for modern applications | `apiKey` | Yes | No | + **[⬆ Back to Index](#index)** ### Books API | Description | Auth | HTTPS | CORS |