License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.rlon008 |
ArtifactId | ArtifactIdspring-stateless-security |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionSpring Stateless Security
Stateless security using JWT token. Includes stateless CSRF protection, integration OAuth2SSO
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.rlon008/spring-stateless-security/ -->
<dependency>
<groupId>com.github.rlon008</groupId>
<artifactId>spring-stateless-security</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rlon008/spring-stateless-security/
implementation 'com.github.rlon008:spring-stateless-security:1.2'
// https://jarcasting.com/artifacts/com.github.rlon008/spring-stateless-security/
implementation ("com.github.rlon008:spring-stateless-security:1.2")
'com.github.rlon008:spring-stateless-security:jar:1.2'
<dependency org="com.github.rlon008" name="spring-stateless-security" rev="1.2">
<artifact name="spring-stateless-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rlon008', module='spring-stateless-security', version='1.2')
)
libraryDependencies += "com.github.rlon008" % "spring-stateless-security" % "1.2"
[com.github.rlon008/spring-stateless-security "1.2"]
Group / Artifact | Type | Version |
---|---|---|
io.jsonwebtoken : jjwt | jar | 0.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-security | jar | |
org.springframework.security.oauth : spring-security-oauth2 | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
com.github.rlon008 : testamation-test-common | jar | 1.2 |