Spring Security JWT
A JWT Authentication Component implemented using Spring Security.
License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdbr.com.damsete |
ArtifactId | ArtifactIdspring-security-jwt |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-security-jwt
A JWT Authentication Component implemented using Spring Security
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-security-jwt-0.0.1.pom | |
spring-security-jwt-0.0.1.jar | 20 KB |
spring-security-jwt-0.0.1-sources.jar | 12 KB |
spring-security-jwt-0.0.1-javadoc.jar | 495 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.damsete/spring-security-jwt/ -->
<dependency>
<groupId>br.com.damsete</groupId>
<artifactId>spring-security-jwt</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.damsete/spring-security-jwt/
implementation 'br.com.damsete:spring-security-jwt:0.0.1'
// https://jarcasting.com/artifacts/br.com.damsete/spring-security-jwt/
implementation ("br.com.damsete:spring-security-jwt:0.0.1")
'br.com.damsete:spring-security-jwt:jar:0.0.1'
<dependency org="br.com.damsete" name="spring-security-jwt" rev="0.0.1">
<artifact name="spring-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.damsete', module='spring-security-jwt', version='0.0.1')
)
libraryDependencies += "br.com.damsete" % "spring-security-jwt" % "0.0.1"
[br.com.damsete/spring-security-jwt "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-starter-security | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.3.1.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.10 |
com.google.guava : guava | jar | 29.0-jre |
io.jsonwebtoken : jjwt | jar | 0.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.assertj : assertj-core | jar | 3.16.1 |
com.github.javafaker : javafaker | jar | 1.0.2 |
A JWT Authentication Component implemented using Spring Security.