is not current version
Last Version 2.1.1

com.networknt:stateless-auth 1.6.18

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

1.6.18
Type

Type

jar

Download stateless-auth 1.6.18


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