mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-10-21 19:17:25 +08:00
实现 OAuth2.0 模块
This commit is contained in:
11
sa-token-oauth2/README.md
Normal file
11
sa-token-oauth2/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# sa-token-oauth2 内测版
|
||||
|
||||
sa-token-oauth2 模块是 sa-token 实现 oauth2.0 的部分,目前该模块功能完成度较低,为避免不可预知的风险,建议仅做学习测试使用
|
||||
|
||||
## 启动步骤
|
||||
|
||||
1. 启动项目 `sa-token-demo-oauth2-server`, 此为OAuth2.0的服务提供方
|
||||
2. 启动项目 `sa-token-demo-oauth2-client`, 此为OAuth2.0的客户端
|
||||
3. 根据控制台打印,访问测试地址即可:[http://localhost:8002/login.html](http://localhost:8002/login.html)
|
||||
|
||||
可结合代码注释学习查看
|
Reference in New Issue
Block a user