From b39940e7e3035cde59321ca4aecb966481064e00 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Fri, 18 Aug 2017 15:16:14 -0400 Subject: [PATCH] Remove Okta As discussed in PR #407, Stormpath closed and joined with Okta. However, there is no indication of a free tier for Okta now. The closest thing I could find on their pricing page was joining 1 service to an Okta SSO for free, but that isn't any form of an API that we cover in this project. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cb073ce1..cc5222a9 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,6 @@ API | Description | Auth | HTTPS | Link | | Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` | Yes | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | | Loripsum | The "lorem ipsum" generator that doesn't suck | No | No | [Go!](http://loripsum.net/) | | Myjson | A simple JSON store for your web or mobile app | No | No | [Go!](http://myjson.com/api) | -| Okta | User Authentication | `apiKey` | Yes | [Go!](https://okta.com/) | | Plino | Spam filtering system | No | Yes | [Go!](https://plino.herokuapp.com/) | | Public APIs | A collective list of free JSON APIs for use in web development | No | Yes | [Go!](https://github.com/toddmotto/public-apis/tree/master/json) | | RandomUser | Generates random user data | No | Yes | [Go!](https://randomuser.me) |