MVN

top.dcenter : ums-oauth

Maven & Gradle

Jul 25, 2021
4 usages
21 stars

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

<dependency>
    <groupId>top.dcenter</groupId>
    <artifactId>ums-oauth</artifactId>
    <version>2.2.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.dcenter : ums-oauth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.42

All Versions

Choose a version of top.dcenter : ums-oauth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
ums-oauth-2.2.42
ums-oauth-2.2.41
ums-oauth-2.2.40
ums-oauth-2.2.39
ums-oauth-2.2.38
ums-oauth-2.2.37
ums-oauth-2.2.36
ums-oauth-2.2.35
ums-oauth-2.2.34
ums-oauth-2.2.33
ums-oauth-2.2.32
ums-oauth-2.2.31
ums-oauth-2.2.30
ums-oauth-2.2.29
ums-oauth-2.2.28
ums-oauth-2.2.27
ums-oauth-2.2.26
ums-oauth-2.2.25
ums-oauth-2.2.24
ums-oauth-2.2.23
ums-oauth-2.2.22
ums-oauth-2.2.21
ums-oauth-2.2.20
ums-oauth-2.2.19
ums-oauth-2.2.18
ums-oauth-2.2.17
ums-oauth-2.2.15
ums-oauth-2.2.14
ums-oauth-2.2.13
ums-oauth-2.2.12
ums-oauth-2.2.11
ums-oauth-2.2.10
ums-oauth-2.2.8
ums-oauth-2.2.7
ums-oauth-2.2.6
ums-oauth-2.2.5
ums-oauth-2.2.4
ums-oauth-2.2.3
ums-oauth-2.2.2
ums-oauth-2.2.1

How to add a dependency to Maven

Add the following top.dcenter : ums-oauth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.dcenter</groupId>
    <artifactId>ums-oauth</artifactId>
    <version>2.2.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.dcenter : ums-oauth gradle dependency to your build.gradle file:

implementation 'top.dcenter:ums-oauth:2.2.42'

Gradle Kotlin DSL: Add the following top.dcenter : ums-oauth gradle kotlin dependency to your build.gradle.kts file:

implementation("top.dcenter:ums-oauth:2.2.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.dcenter : ums-oauth sbt scala dependency to your build.sbt file:

libraryDependencies += "top.dcenter" % "ums-oauth" % "2.2.42"

Advertisement