Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 430 Bytes

File metadata and controls

19 lines (12 loc) · 430 Bytes

Github社交联合登录实验

操作方式

1. 在github上注册开发者应用获取Client Credentials

Authorization callback URL:

http://localhost:8080/connect/github

2. 更新social-github应用配置文件

根据上一步获得的Client Credentials替换你的app-idapp-secret

spring.social.github.app-id=YOUR_APP_ID
spring.social.github.app-secret=YOUR_APP_SECRET