Skip to content
/ jwt-s Public

Simple JWT library for scala with an integration for circe and http4s

License

Notifications You must be signed in to change notification settings

lhns/jwt-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-s

build Release Notes Maven Central Apache License 2.0 Scala Steward badge

previously http4s-jwt-auth

Simple JWT library for scala with integration for circe and http4s.

build.sbt

libraryDependencies ++= Seq(
  "de.lhns" %% "jwt-s" % "1.3.0",
  "de.lhns" %% "jwt-s-http4s" % "1.3.0",
  "de.lhns" %% "jwt-s-tapir" % "1.3.0",
  "de.lhns" %% "jwt-s-jwt-scala" % "1.3.0"
)

License

This project uses the Apache 2.0 License. See the file called LICENSE.