Commit 53d89e89 authored by Dave Machado's avatar Dave Machado Committed by GitHub
Browse files

Merge pull request #407 from Morrolan/master

Stormpath is closing, joined forces with okta.com
parents b1ad3a00 3ab6a52f
...@@ -186,6 +186,7 @@ API | Description | Auth | HTTPS | Link | ...@@ -186,6 +186,7 @@ API | Description | Auth | HTTPS | Link |
| Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` | Yes | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | | 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/) | | 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) | | 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/) | | 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) | | 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) |
| Random Word | Generate random word | No | No | [Go!](http://www.setgetgo.com/randomword/) | | Random Word | Generate random word | No | No | [Go!](http://www.setgetgo.com/randomword/) |
...@@ -193,7 +194,6 @@ API | Description | Auth | HTTPS | Link | ...@@ -193,7 +194,6 @@ API | Description | Auth | HTTPS | Link |
| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | Yes | [Go!](https://reqres.in/ ) | | ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | Yes | [Go!](https://reqres.in/ ) |
| RoboHash | Generate random robot/alien avatars | No | Yes | [Go!](https://robohash.org/) | | RoboHash | Generate random robot/alien avatars | No | Yes | [Go!](https://robohash.org/) |
| StackExchange | Q&A forum for developers | `OAuth` | Yes | [Go!](https://api.stackexchange.com/) | | StackExchange | Q&A forum for developers | `OAuth` | Yes | [Go!](https://api.stackexchange.com/) |
| Stormpath | User Authentication | `apiKey` | Yes | [Go!](https://stormpath.com/) |
| UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) | | UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) |
| Verse | Check what's the latest version of your favorite open-source project | No | Yes | [Go!](https://verse.pawelad.xyz/) | | Verse | Check what's the latest version of your favorite open-source project | No | Yes | [Go!](https://verse.pawelad.xyz/) |
......
...@@ -721,6 +721,13 @@ ...@@ -721,6 +721,13 @@
"Link": "http://myjson.com/api", "Link": "http://myjson.com/api",
"Section": "Development" "Section": "Development"
}, },
{
"API": "Okta",
"Auth": "apiKey",
"Description": "User Authentication",
"HTTPS": true,
"Link": "https://okta.com/"
},
{ {
"API": "Plino", "API": "Plino",
"Auth": null, "Auth": null,
...@@ -778,14 +785,7 @@ ...@@ -778,14 +785,7 @@
"Section": "Development" "Section": "Development"
}, },
{ {
"API": "Stormpath",
"Auth": "apiKey",
"Description": "User Authentication",
"HTTPS": true,
"Link": "https://stormpath.com/",
"Section": "Development"
},
{
"API": "UI Names", "API": "UI Names",
"Auth": null, "Auth": null,
"Description": "Generate random fake names", "Description": "Generate random fake names",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment