Files
SOP/sop-example/sop-auth
2019-04-28 16:10:42 +08:00
..
2019-04-28 16:10:42 +08:00
2019-04-27 18:03:41 +08:00
2019-04-27 18:03:41 +08:00
2019-04-28 16:10:42 +08:00

应用授权服务

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

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

token的维护重点关注OAuth2ManagerRedis.java