You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
SOP/sop-example/sop-auth
tanghc 774515ccc1 1.13.7 5 years ago
..
src 支持预发布、灰度发布 5 years ago
.gitignore 新增应用授权 5 years ago
pom.xml 1.13.7 5 years ago
readme.md 新增应用授权 5 years ago

readme.md

应用授权服务

授权接口在OAuth2Controller中,查看回调接口在CallbackController

回调接口应该由开发者实现,这里为了演示,写在一起。

token的维护,重点关注OAuth2ManagerRedis.java