有道无术,术尚可求,有术无道,止于术。
本系列Spring Boot 版本 3.0.4
本系列Spring Security 版本 6.0.2
源码地址:https://gitee.com/pearl-organization/study-spring-security-demo
文章目录
- 1. 需求背景
- 1.1 免注册
- 1.2 第三方帐号绑定
- 2. 实现思路
- 3. 案例演示
- 3.1 环境搭建
- 3.2 自定义用户信息
- 3.3 自定义 OAuth2UserService
- 3.4 修改配置
- 3.5 测试
1. 需求背景
在之前的文档中,我们使用Spring Security
完成了第三方平台登录功能,在实际业务开发中有很多业务场景,需要我们进一步优化。