Last Version

Spring Security JWT 1.0

Quick and easy support for inter-microservice request authentication using JSON Web Tokens with Spring Security.

License

License

Categories

Categories

Ant Build Tools Security
GroupId

GroupId

com.github.grantjforrester
ArtifactId

ArtifactId

spring-security-jwt
Version

Version

1.0
Type

Type

jar
Description

Description

Spring Security JWT
Quick and easy support for inter-microservice request authentication using JSON Web Tokens with Spring Security.
Project URL

Project URL

https://github.com/grantjforrester/spring-security-jwt
Source Code Management

Source Code Management

https://github.com/grantjforrester/spring-security-jwt

Download spring-security-jwt 1.0


<!-- https://jarcasting.com/artifacts/com.github.grantjforrester/spring-security-jwt/ -->
<dependency>
    <groupId>com.github.grantjforrester</groupId>
    <artifactId>spring-security-jwt</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.grantjforrester/spring-security-jwt/
implementation 'com.github.grantjforrester:spring-security-jwt:1.0'
// https://jarcasting.com/artifacts/com.github.grantjforrester/spring-security-jwt/
implementation ("com.github.grantjforrester:spring-security-jwt:1.0")
'com.github.grantjforrester:spring-security-jwt:jar:1.0'
<dependency org="com.github.grantjforrester" name="spring-security-jwt" rev="1.0">
  <artifact name="spring-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.grantjforrester', module='spring-security-jwt', version='1.0')
)
libraryDependencies += "com.github.grantjforrester" % "spring-security-jwt" % "1.0"
[com.github.grantjforrester/spring-security-jwt "1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.security : spring-security-web jar 4.2.10.RELEASE
org.slf4j : slf4j-api jar 1.7.25
com.nimbusds : nimbus-jose-jwt jar 6.4.2
org.slf4j : jcl-over-slf4j jar 1.7.25

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (7)

Group / Artifact Type Version
org.springframework : spring-test jar 4.3.21.RELEASE
org.slf4j : slf4j-simple jar 1.7.25
org.junit.jupiter : junit-jupiter-engine jar 5.1.0
org.hamcrest : hamcrest-library jar 1.3
com.github.npathai : hamcrest-optional jar 2.0.0
eu.codearte.catch-exception : catch-exception jar 2.0
org.mockito : mockito-core jar 2.23.4

Project Modules

There are no modules declared in this project.