File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 199
199
'sina' : {
200
200
'appkey' : '3161614143' ,
201
201
'appsecret' : 'ee17c099317f872eeddb25204ea46721' ,
202
- 'callbackurl' : 'http://www.lylinux.net/oauth/weibo'
202
+ 'callbackurl' : 'http://www.lylinux.net/oauth/authorize?type= weibo'
203
203
},
204
204
'google' : {
205
- 'appkey' : os .environ .get ('GOOGLE_APP_KEY' ),
206
- 'appsecret' : os .environ .get ('GOOGLE_APP_SECRET' ),
207
- 'callbackurl' : 'http://www.lylinux.net/oauth/googleauthorize'
205
+ 'appkey' : 'googleappkey' ,
206
+ 'appsecret' : 'googleappsecret' ,
207
+ 'callbackurl' : 'http://www.lylinux.net/oauth/authorize?type=google'
208
+ },
209
+ 'github' : {
210
+ 'appkey' : 'githubappkey' ,
211
+ 'appsecret' : 'githubappsecret' ,
212
+ 'callbackurl' : 'http://www.lylinux.net/oauth/authorize?type=github'
208
213
}
209
214
}
210
215
You can’t perform that action at this time.
0 commit comments