Skip to content

Latest commit

 

History

History
 
 

lab06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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