Thanks to visit codestin.com
Credit goes to github.com

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

Commit 922b008

Browse files
committed
Removed files related to local auth. Updated .env.example.
1 parent 219d5be commit 922b008

File tree

3 files changed

+5
-53
lines changed

3 files changed

+5
-53
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# Database credentials
12
DB_USER=root
23
DB_PASSWORD=null
34
DB_HOST=localhost
45
DB_PORT=5432
56
DB_NAME=coderplex-org
7+
# JWT secret
68
JWT_SECRET=jwt-secret
9+
# Github OAuth
10+
GITHUB_CLIENT_ID=
11+
GITHUB_CLIENT_SECRET=

src/resolvers/authentication/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import passport from 'passport'
22

3-
import './local'
43
import './github'
54

65
export default (app) => {

src/resolvers/authentication/local.js

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)