J

JwtAuthorityHttpServer

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