Skip to content

witi83/akka-jwt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JWT related directives for akka-http

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%