https://github.com/lhns/jwt-s
Simple JWT library for scala with an integration for circe and http4s
https://github.com/lhns/jwt-s
authentication http4s jwt middleware scala
Last synced: about 1 year ago
JSON representation
Simple JWT library for scala with an integration for circe and http4s
- Host: GitHub
- URL: https://github.com/lhns/jwt-s
- Owner: lhns
- License: apache-2.0
- Created: 2020-09-11T08:48:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T00:23:29.000Z (over 1 year ago)
- Last Synced: 2025-02-28T11:12:41.013Z (over 1 year ago)
- Topics: authentication, http4s, jwt, middleware, scala
- Language: Scala
- Homepage:
- Size: 347 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwt-s
[](https://github.com/lhns/jwt-s/actions/workflows/build.yml)
[](https://github.com/lhns/jwt-s/releases/latest)
[](https://search.maven.org/artifact/de.lhns/jwt-s_2.13)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://scala-steward.org)
*previously http4s-jwt-auth*
Simple JWT library for scala with integration for circe and http4s.
### build.sbt
```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.