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-auth/readme.md

500 B

应用授权服务

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

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

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