License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Security |
GroupId | GroupIdio.codingpassion |
ArtifactId | ArtifactIdspring-boot-starter-jwt-security-authenticator |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Starter JWT Security Authenticator
Represents auto-configured Spring Security based on JWT authentication. This library serves several endpoints which are responsible for obtaining and validating of the JWT token.
|
Project Organization |
Project OrganizationPiotr Raszkowski |
<!-- https://jarcasting.com/artifacts/io.codingpassion/spring-boot-starter-jwt-security-authenticator/ -->
<dependency>
<groupId>io.codingpassion</groupId>
<artifactId>spring-boot-starter-jwt-security-authenticator</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.codingpassion/spring-boot-starter-jwt-security-authenticator/
implementation 'io.codingpassion:spring-boot-starter-jwt-security-authenticator:0.1'
// https://jarcasting.com/artifacts/io.codingpassion/spring-boot-starter-jwt-security-authenticator/
implementation ("io.codingpassion:spring-boot-starter-jwt-security-authenticator:0.1")
'io.codingpassion:spring-boot-starter-jwt-security-authenticator:jar:0.1'
<dependency org="io.codingpassion" name="spring-boot-starter-jwt-security-authenticator" rev="0.1">
<artifact name="spring-boot-starter-jwt-security-authenticator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.codingpassion', module='spring-boot-starter-jwt-security-authenticator', version='0.1')
)
libraryDependencies += "io.codingpassion" % "spring-boot-starter-jwt-security-authenticator" % "0.1"
[io.codingpassion/spring-boot-starter-jwt-security-authenticator "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.6 |
org.springframework.boot : spring-boot-starter | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-log4j2 | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-data-rest | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-actuator | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-security | jar | 2.1.3.RELEASE |
io.codingpassion : spring-boot-starter-jwt-security-commons | jar | 0.1 |
commons-codec : commons-codec | jar | 1.11 |
javax.xml.bind : jaxb-api | jar | 2.3.0 |
org.mockito : mockito-junit-jupiter | jar | 2.23.4 |
Group / Artifact | Type | Version |
---|---|---|
io.springfox : springfox-swagger2 | jar | 2.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
org.junit.platform : junit-platform-commons | jar | 1.4.1 |
org.assertj : assertj-core | jar | 3.12.1 |