Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 3808f68

Browse files
committed
updates README with further info and adds node-fetch to the dependancy list
1 parent a85fc60 commit 3808f68

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ $ npm install
1414
$ npm run start
1515
```
1616

17-
## .env
18-
19-
- Run `touch .env` to create the required **.env** file
20-
- Open your new **.env** file and add the following variables:
21-
22-
23-
### Configure (via the .env file, or environment params)
17+
## Configure (via the .env file, or environment params)
2418

2519
```
2620
ALLOWED_USERS=... # a CSV of those who can see the extra goodies
@@ -46,7 +40,7 @@ OKTA_SECRET=... # for OKTA authentication
4640
SESSION_TOKEN=... # for OKTA authentication
4741
```
4842

49-
#### Where to find OKTA .env vars
43+
### Where to find OKTA .env vars
5044

5145
- Get `SESSION_TOKEN` from LastPass
5246
- Get details for finding `OKTA_ISSUER`, `OKTA_CLIENT` & `OKTA_SECRET` in LastPass

package-lock.json

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"express-enforces-ssl": "^1.1.0",
2424
"hbs": "^4.1.1",
2525
"helmet": "^3.22.0",
26+
"node-fetch": "^2.6.0",
2627
"path": "^0.12.7",
2728
"snyk": "^1.116.4"
2829
},

0 commit comments

Comments
 (0)