is not current version
Last Version 2.2.42

top.dcenter:ums-oauth 2.2.5

ums-oauth 模块: 支持所有 JustAuth 支持的第三方授权登录,登录后自动注册或绑定或创建临时用户。 - 支持定时刷新 accessToken, 支持分布式定时任务。 - 支持第三方授权登录的用户信息表与 token 信息表的缓存功能。 - 支持第三方绑定与解绑及查询接口。 - 支持 JWT - 支持 基于 SLF4J MDC 机制实现日志的链路追踪

GroupId

GroupId

top.dcenter
ArtifactId

ArtifactId

ums-oauth
Version

Version

2.2.5
Type

Type

jar

Download ums-oauth 2.2.5


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