Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`