https://github.com/scala-jwt/oath
Archived this projec has been moved to different repo ->OATH - Scala JWT
OATH provides a set of tools for WEB Applications
- CSRF token generation
- Authentication (Issuing JWT Tokens)
- Authorization (Verifying JWT Tokens)
Modules - Documentation
- CSRF Docs - CSRF token generator
- JWT Docs - A Scala JWT API of java-jwt
- Juror Docs - Extension of JWT to manipulate different type of tokens
SBT Dependencies
libraryDependencies += Seq(
"io.github.andrewrigas" %% "csrf-core" % "0.0.0",
"io.github.andrewrigas" %% "jwt-core" % "0.0.0",
"io.github.andrewrigas" %% "juror-core" % "0.0.0"
)
Json Converters
libraryDependencies += "io.github.andrewrigas" %% "jwt-circe" % "0.0.0"
libraryDependencies += "io.github.andrewrigas" %% "jwt-jsoniter-scala" % "0.0.0"