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 199199 'sina' : {
200200 'appkey' : '3161614143' ,
201201 'appsecret' : 'ee17c099317f872eeddb25204ea46721' ,
202- 'callbackurl' : 'http://www.lylinux.net/oauth/weibo'
202+ 'callbackurl' : 'http://www.lylinux.net/oauth/authorize?type= weibo'
203203 },
204204 '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'
208213 }
209214}
210215
You can’t perform that action at this time.
0 commit comments