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

https://github.com/olegmarko/simple-authentication-in-express


https://github.com/olegmarko/simple-authentication-in-express

automation nodejs okta-api

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

## Install app

`git clone git@github.com:OlegMarko/simple-authentication-in-express.git`

`cd simple-authentication-in-express`

`npm i`

`cp .env.example .env`

- put credentials from your [Okta](https://developer.okta.com/) account to `.env`

`npm start`

```
requirements

- node v8.*
- npm 3.*
```