witi83 / akka-jwt   1.5.0

MIT License GitHub

JWT related directives for akka-http

Scala versions: 2.12 2.11

akka-jwt

Build Status

akka-jwt (based on spray-jwt) is a set of utilities for akka-http, which perform signing and verification of a JSON Web Token (JWT).

Getting Started

Add the following dependency to your build.sbt,

resolvers += "witi83 at bintray" at "https://dl.bintray.com/witi83/maven"
libraryDependencies += "com.github.witi83" %% "akka-jwt" % "1.5.0"

Example

Please refer to ExampleService.

JWT Library

Nimbus JOSE + JWT is used for generating and verifying JWTs.

License

MIT License