is not current version
Last Version 2.1.1

com.networknt:stateless-auth 2.0.5

A auth handler that handles OAuth 2.0 authorization code and get jwt token for the Single Page Applications.

Categories

Categories

Net
GroupId

GroupId

com.networknt
ArtifactId

ArtifactId

stateless-auth
Version

Version

2.0.5
Type

Type

jar

Download stateless-auth 2.0.5


<!-- https://jarcasting.com/artifacts/com.networknt/stateless-auth/ -->
<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>stateless-auth</artifactId>
    <version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/stateless-auth/
implementation 'com.networknt:stateless-auth:2.0.5'
// https://jarcasting.com/artifacts/com.networknt/stateless-auth/
implementation ("com.networknt:stateless-auth:2.0.5")
'com.networknt:stateless-auth:jar:2.0.5'
<dependency org="com.networknt" name="stateless-auth" rev="2.0.5">
  <artifact name="stateless-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='stateless-auth', version='2.0.5')
)
libraryDependencies += "com.networknt" % "stateless-auth" % "2.0.5"
[com.networknt/stateless-auth "2.0.5"]