J

JwtAuthorityHttpServer

Tutorial of implementing JWT with separate Authority Server
AGPL
Files download
File Operation
JwtAuthorityHttpServer-3.6.0.jar download
JwtAuthorityHttpServer-3.6.0.pom download
JwtAuthorityHttpServer-3.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.officefloor.tutorial</groupId>
  <artifactId>JwtAuthorityHttpServer</artifactId>
  <version>3.6.0</version>
</dependency>
Gradle Groovy
implementation 'net.officefloor.tutorial:JwtAuthorityHttpServer:3.6.0'
Gradle Kotlin
implementation("net.officefloor.tutorial:JwtAuthorityHttpServer:3.6.0")
Scala SBT
libraryDependencies += "net.officefloor.tutorial" % "JwtAuthorityHttpServer" % "3.6.0"
Groovy Grape
@Grapes(
  @Grab(group='net.officefloor.tutorial', module='JwtAuthorityHttpServer', version='3.6.0')
)
Apache Ivy
<dependency org="net.officefloor.tutorial" name="JwtAuthorityHttpServer" rev="3.6.0" />
Leiningen
[net.officefloor.tutorial/JwtAuthorityHttpServer "3.6.0"]
Apache Buildr
'net.officefloor.tutorial:JwtAuthorityHttpServer:jar:3.6.0'