JAuth Utils

JAuth Utils is a Java library that simplifies JWT authentication wrap jjwt and supports Spring Boot

License

License

GroupId

GroupId

io.github.censodev
ArtifactId

ArtifactId

jauth-utils
Last Version

Last Version

3.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

JAuth Utils
JAuth Utils is a Java library that simplifies JWT authentication wrap jjwt and supports Spring Boot
Project URL

Project URL

https://github.com/censodev/jauth-utils
Source Code Management

Source Code Management

https://github.com/censodev/jauth-utils/tree/master

Download jauth-utils

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.censodev/jauth-utils/ -->
<dependency>
    <groupId>io.github.censodev</groupId>
    <artifactId>jauth-utils</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.censodev/jauth-utils/
implementation 'io.github.censodev:jauth-utils:3.0.1'
// https://jarcasting.com/artifacts/io.github.censodev/jauth-utils/
implementation ("io.github.censodev:jauth-utils:3.0.1")
'io.github.censodev:jauth-utils:jar:3.0.1'
<dependency org="io.github.censodev" name="jauth-utils" rev="3.0.1">
  <artifact name="jauth-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.censodev', module='jauth-utils', version='3.0.1')
)
libraryDependencies += "io.github.censodev" % "jauth-utils" % "3.0.1"
[io.github.censodev/jauth-utils "3.0.1"]

Dependencies

compile (7)

Group / Artifact Type Version
io.jsonwebtoken : jjwt jar 0.9.1
com.fasterxml.jackson.core : jackson-databind jar 2.13.2.2
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.13.2
org.projectlombok : lombok jar 1.18.22
javax.xml.bind : jaxb-api jar 2.3.1
org.springframework.boot : spring-boot-starter-web jar 2.6.6
org.springframework.boot : spring-boot-starter-security jar 2.6.6

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.6.6

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.1
3.0.0
2.0.0
1.0.1
1.0.0