Last Version

auth 0.0.6

Token service for authentication, support Redis, database, memory and JWT Token.

License

License

GroupId

GroupId

cn.spark2fire
ArtifactId

ArtifactId

auth
Version

Version

0.0.6
Type

Type

jar
Description

Description

auth
Token service for authentication, support Redis, database, memory and JWT Token.
Project Organization

Project Organization

Har01d
Source Code Management

Source Code Management

https://github.com/power721/auth

Download auth 0.0.6

Filename Size
auth-0.0.6.pom 6 KB
auth-0.0.6-javadoc.jar 245 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • auth-core
  • auth-db
  • auth-jwt
  • auth-redis