UNPKG
egg-passport-github
Version:
latest (1.0.0)
1.0.0
0.0.2
0.0.1
0.0.0
github passport plugin for egg
github.com/eggjs/egg-passport-github
eggjs/egg-passport-github
egg-passport-github
/
config
/
config.default.js
8 lines
(6 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
exports
.
passportGithub
= {
key
:
''
,
secret
:
''
,
callbackURL
:
'/passport/github/callback'
, };