License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdtop.dcenter |
ArtifactId | ArtifactIdjustAuth-spring-security-starter |
Last Version | Last Version1.1.25 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjustAuth-spring-security-starter
spring security 集成 JustAuth 实现第三方授权登录: 此项目从 UMS(用户管理脚手架:https://github.com/ZeroOrInfinity/UMS | https://gitee.com/pcore/UMS) 项目中分离.
1. 支持所有 justAuth 支持的第三方登录,登录后自动注册 或 绑定 或 创建临时用户.
2. 支持定时刷新 accessToken 分布式定时任务,
3. 支持第三方授权登录的用户信息表与 token 信息表的缓存功能.
4. 支持第三方绑定与解绑及查询接口.
5. 支持一键登录.
6. 支持对 Authentication 与 UserDetails 的 Jackson2 反序列化设置(Auth2Jackson2Module)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/ -->
<dependency>
<groupId>top.dcenter</groupId>
<artifactId>justAuth-spring-security-starter</artifactId>
<version>1.1.25</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/
implementation 'top.dcenter:justAuth-spring-security-starter:1.1.25'
// https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/
implementation ("top.dcenter:justAuth-spring-security-starter:1.1.25")
'top.dcenter:justAuth-spring-security-starter:jar:1.1.25'
<dependency org="top.dcenter" name="justAuth-spring-security-starter" rev="1.1.25">
<artifact name="justAuth-spring-security-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='justAuth-spring-security-starter', version='1.1.25')
)
libraryDependencies += "top.dcenter" % "justAuth-spring-security-starter" % "1.1.25"
[top.dcenter/justAuth-spring-security-starter "1.1.25"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-data-redis | jar | |
org.apache.commons : commons-pool2 | jar | |
org.projectlombok : lombok | jar | 1.18.12 |
org.projectlombok : lombok-maven-plugin | maven-plugin | 1.18.12.0 |