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
- Host: GitHub
- URL: https://github.com/olegmarko/simple-authentication-in-express
- Owner: OlegMarko
- Created: 2019-01-14T18:22:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T19:07:00.000Z (over 7 years ago)
- Last Synced: 2025-01-07T19:34:23.977Z (over 1 year ago)
- Topics: automation, nodejs, okta-api
- Language: JavaScript
- Size: 317 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*
```