is not current version
Last Version 1.1.25

top.dcenter:justAuth-spring-security-starter 1.1.18

spring security 集成 JustAuth 实现第三方授权登录: 此项目从 UMS(用户管理脚手架:https://github.com/ZeroOrInfinity/UMS | https://gitee.com/pcore/UMS) 项目中分离. 1. 支持所有 justAuth 支持的第三方登录,登录后自动注册 或 绑定 或 创建临时用户. 2. 支持定时刷新 accessToken 分布式定时任务, 3. 支持第三方授权登录的用户信息表与 token 信息表的缓存功能. 4. 支持第三方绑定与解绑及查询接口. 5. 支持对 Authentication 与 UserDetails 的 Jackson2 反序列化设置(Auth2Jackson2Module)

Categories

Categories

Security
GroupId

GroupId

top.dcenter
ArtifactId

ArtifactId

justAuth-spring-security-starter
Version

Version

1.1.18
Type

Type

jar

Download justAuth-spring-security-starter 1.1.18


<!-- https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/ -->
<dependency>
    <groupId>top.dcenter</groupId>
    <artifactId>justAuth-spring-security-starter</artifactId>
    <version>1.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/
implementation 'top.dcenter:justAuth-spring-security-starter:1.1.18'
// https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/
implementation ("top.dcenter:justAuth-spring-security-starter:1.1.18")
'top.dcenter:justAuth-spring-security-starter:jar:1.1.18'
<dependency org="top.dcenter" name="justAuth-spring-security-starter" rev="1.1.18">
  <artifact name="justAuth-spring-security-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='justAuth-spring-security-starter', version='1.1.18')
)
libraryDependencies += "top.dcenter" % "justAuth-spring-security-starter" % "1.1.18"
[top.dcenter/justAuth-spring-security-starter "1.1.18"]