8000 GitHub - jnadler/spray-jwt: JWT related directives for spray.io
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jnadler/spray-jwt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Getting Started

Add the following dependency,

libraryDependencies += "com.github.kikuomax" %% "spray-jwt" % "0.0.1"

Binaries for Scala 2.10.x and 2.11.x are provided.

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 spray.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%
0