License |
License |
---|---|
GroupId | GroupIdio.service84.library |
ArtifactId | ArtifactIdstandardauth |
Version | Version1.2.0-VIRTUAL-1.0-API-BASELINE |
Type | Typejar |
Description |
DescriptionStandard Auth
Provide configurable RSA JWT with scope Auth Filters for a Spring Service
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.service84.library/standardauth/ -->
<dependency>
<groupId>io.service84.library</groupId>
<artifactId>standardauth</artifactId>
<version>1.2.0-VIRTUAL-1.0-API-BASELINE</version>
</dependency>
// https://jarcasting.com/artifacts/io.service84.library/standardauth/
implementation 'io.service84.library:standardauth:1.2.0-VIRTUAL-1.0-API-BASELINE'
// https://jarcasting.com/artifacts/io.service84.library/standardauth/
implementation ("io.service84.library:standardauth:1.2.0-VIRTUAL-1.0-API-BASELINE")
'io.service84.library:standardauth:jar:1.2.0-VIRTUAL-1.0-API-BASELINE'
<dependency org="io.service84.library" name="standardauth" rev="1.2.0-VIRTUAL-1.0-API-BASELINE">
<artifact name="standardauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.service84.library', module='standardauth', version='1.2.0-VIRTUAL-1.0-API-BASELINE')
)
libraryDependencies += "io.service84.library" % "standardauth" % "1.2.0-VIRTUAL-1.0-API-BASELINE"
[io.service84.library/standardauth "1.2.0-VIRTUAL-1.0-API-BASELINE"]
Group / Artifact | Type | Version |
---|---|---|
io.service84.library : authutils | jar | 1.2.0 |
org.springframework.boot : spring-boot-starter-security | jar | 2.4.2 |
org.apache.commons : commons-lang3 | jar | 3.11 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
com.auth0 : java-jwt | jar | 3.13.0 |
com.auth0 : jwks-rsa | jar | 0.15.0 |
org.springframework.boot : spring-boot-starter-test | jar | 2.4.2 |