- Heroku: Config Variables
APP_NAME = irogov
RUN_ENV = heroku
- Create
./json/keystore.json
withrw
permissions - ...
- Entry point:
index.js
- Using Nodemon:
SECURE_KEY=your_secure_key_pair APP_NAME=yourHost RUN_ENV=local nodemon index.js
- Filip Skokan's OpenID Connect Provider
- Filip Skokan's OpenID Connect Step-to-Step Examples
- Express 4
- NodeJS version >= 8.0.0 (ES6 & Little bit Of ES2017 used)
- List of node_modules at package.json
dependencies
- ...
- key management
- ...