基于 sa-token 实现oauth2协议
- oauth2-server
- https://github.com/netbuffer/oauth-protocol-demo
- https://gitee.com/netbuffer/oauth-protocol-demo
编辑C:\Windows\System32\drivers\etc\hosts
增加如下配置
127.0.0.1 oauth-server.com
127.0.0.1 oauth-client.com
- 访问 /oauth2/authorize 进行登录授权
检测用户在oauth2 server上的登录状态,登录后,再进行oauth2授权流程 - 访问 /oauth2/token 获取access_token等信息
替换掉其中的code授权码参数