KumuluzEE JWT Auth

KumuluzEE JWT Auth extension provides a standardised way to secure your microservices with oAuth 2.0 or OpenID Connect using Json Web Tokens.

License

License

GroupId

GroupId

com.kumuluz.ee.jwt
ArtifactId

ArtifactId

kumuluzee-jwt-auth
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

KumuluzEE JWT Auth
KumuluzEE JWT Auth extension provides a standardised way to secure your microservices with oAuth 2.0 or OpenID Connect using Json Web Tokens.
Project URL

Project URL

https://ee.kumuluz.com

Download kumuluzee-jwt-auth

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.eclipse.microprofile.jwt : microprofile-jwt-auth-api jar 1.1.1
com.auth0 : java-jwt jar 3.8.3
com.auth0 : jwks-rsa jar 0.9.0
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.4

provided (4)

Group / Artifact Type Version
com.kumuluz.ee : kumuluzee-common jar
com.kumuluz.ee : kumuluzee-jax-rs-jersey jar
com.kumuluz.ee : kumuluzee-cdi-weld jar
com.kumuluz.ee : kumuluzee-json-p-jsonp jar

test (6)

Group / Artifact Type Version
org.eclipse.microprofile.jwt : microprofile-jwt-auth-tck jar 1.1.1
org.eclipse.microprofile.jwt : microprofile-jwt-auth-tck test-jar 1.1.1
org.jboss.arquillian.container : arquillian-container-spi jar
org.jboss.arquillian.container : arquillian-container-test-spi jar
com.kumuluz.ee.testing : kumuluzee-arquillian-container jar 1.1.0
org.testng : testng jar 6.9.9

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.3
1.1.2
1.1.1
1.0.1
1.0.0