xun082/online-edit-web

feat:新增gituhub第三方登录

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe it

Describe the solution you'd like

OAuth授权,获取客户端ID跟密钥,跳转github授权页面等待用户是授权,授权成功后,拿到code授权码返回给后端,后端将返回令牌accessToken,之后再请求github提供的API接口 即可拿到用户信息。

Teachability, documentation, adoption, migration strategy

No response

What is the motivation / use case for changing the behavior?

新增github第三方登陆功能