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 fa6d4fa960 1.7.2 5 years ago
..
src 1.7.1 5 years ago
.gitignore 新增应用授权 5 years ago
pom.xml 1.7.2 5 years ago
readme.md 新增应用授权 5 years ago

readme.md

应用授权服务

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

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

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