Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnbiundo/nestpasspr94
@nest/passport PR#94 test case
https://github.com/johnbiundo/nestpasspr94
Last synced: 2 months ago
JSON representation
@nest/passport PR#94 test case
- Host: GitHub
- URL: https://github.com/johnbiundo/nestpasspr94
- Owner: johnbiundo
- Created: 2019-07-17T02:15:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T16:12:27.000Z (about 2 years ago)
- Last Synced: 2023-03-03T18:24:58.844Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nestpasspr94
> npm install
Then:
- create top level folder called `config`
- add file `development.env` into that folder with your creds in this format:
```bash
//
// Google Oauth2 config params
//
GOOGLE_SCOPE='profile email'
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_CALLBACK_URL=
SESSION_SECRET=mysessionsecret
PORT=3000
```Run app, browse to `localhost:3000/glogin`