Files
SOP/sop-auth
tanghc 70a23d1d44 3.2.0
2020-06-16 09:46:31 +08:00
..
2.0
2019-09-02 13:52:18 +08:00
2.0
2019-08-22 19:25:53 +08:00
2020-06-16 09:46:31 +08:00
2.0
2019-08-22 19:25:53 +08:00

应用授权服务

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

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

token的维护重点关注OAuth2ManagerRedis.java