An open API service indexing awesome lists of open source software.

https://github.com/jpf/okta-api-mock

Mocking server for the Okta API
https://github.com/jpf/okta-api-mock

Last synced: about 1 year ago
JSON representation

Mocking server for the Okta API

Awesome Lists containing this project

README

          

A mocked Okta API server.

**WARNING** This is a service that Joel Franusic wrote for himself, so it will have lots of rough edges.

To run:
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python app.py