jwt-scala

JWT support for Scala. Bonus extensions for Play, Play JSON, Json4s, Circe, uPickle, Spray and Argonaut

APACHE-2.0 License

Stars
663

Bot releases are visible (Hide)

jwt-scala - v10.0.1 Latest Release

Published by erwan 6 months ago

Minor update to dependencies.

What's Changed

Full Changelog: https://github.com/jwt-scala/jwt-scala/compare/v10.0.0...v10.0.1

jwt-scala - v10.0.0

Published by erwan 9 months ago

What's Changed

Full Changelog: https://github.com/jwt-scala/jwt-scala/compare/v9.4.6...v10.0.0

jwt-scala - v9.4.6

Published by erwan 9 months ago

Rollback Play 3 update as it was done in a minor release.

Play 3 will come back in a major.

jwt-scala - v9.4.5

Published by erwan 11 months ago

Mostly libs updates, in particular Play is upgraded to version 3. See below for details.

What's Changed

New Contributors

Full Changelog: https://github.com/jwt-scala/jwt-scala/compare/v9.4.4...v9.4.5

jwt-scala - v9.4.4

Published by erwan about 1 year ago

Mostly dependency updates, in particualr Play, ZIO-Json and Circe have been updated.

What's Changed

Full Changelog: https://github.com/jwt-scala/jwt-scala/compare/v9.4.3...v9.4.4

jwt-scala - v9.4.3

Published by erwan over 1 year ago

Highlight

Other changes

Full Changelog: https://github.com/jwt-scala/jwt-scala/compare/v9.4.2...v9.4.3

jwt-scala - v9.4.2

Published by erwan over 1 year ago

The release system is changed in this version, instead of being run from my local computer it's handled by Github Actions. It shouldn't make any difference but let me know if there is any bug due to the different way of building the artifacts.

What's Changed

Full Changelog: https://github.com/jwt-scala/jwt-scala/compare/v9.4.1...v9.4.2

jwt-scala - v9.4.1

Published by erwan over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jwt-scala/jwt-scala/compare/v9.4.0...v9.4.1

jwt-scala - v9.4.0

Published by erwan over 1 year ago

Highlights

  • Fix ScalaJS
  • Introduced Scala Native

What's Changed

New Contributors

Full Changelog: https://github.com/jwt-scala/jwt-scala/compare/v9.3.0...v9.4.0

jwt-scala - v9.3.0

Published by erwan over 1 year ago

What's Changed

Note that ScalaJS support is still broken (it was recently introduced but never worked), I'm waiting for the people knowledgeable in the area to provide a PR and confirm that it is ready.

Fixes

Dependency updates

New Contributors

Full Changelog: https://github.com/jwt-scala/jwt-scala/compare/v9.2.0...v9.3.0

jwt-scala - v9.2.0

Published by erwan over 1 year ago

  • Update multiple dependencies
  • Tentatively adding ScalaJS support
jwt-scala - v9.1.2

Published by erwan almost 2 years ago

  • Update dependencies versions
jwt-scala - v9.1.1

Published by erwan about 2 years ago

Update play-json to version 2.9.3, that includes a bump to jackson databind to the latest version.

Fixes https://github.com/jwt-scala/jwt-scala/issues/403

jwt-scala - v9.1.0

Published by erwan about 2 years ago

Added support for https://github.com/zio/zio-json

Thank you @dacr!

jwt-scala - v9.0.6

Published by erwan about 2 years ago

  • Update library dependencies
jwt-scala - v9.0.5

Published by erwan over 2 years ago

  • Update multiple dependencies
  • Because it was required for some of the dependencies, the Scala 3 artifact is now built for 3.1.1. That means that Scala 3 users need to use that latest version of Scala.
jwt-scala - v9.0.4

Published by erwan over 2 years ago

  • Update various dependencies
jwt-scala - v9.0.3

Published by erwan almost 3 years ago

From this release, Spray Json has been dropped as the library is no longer maintained. Spray Json users can stick with JWT Scala 9.0.2 (or switch to a better maintained library).

  • Update to Play 2.8.10
  • Update to upickle 1.4.3
jwt-scala - v9.0.2

Published by erwan about 3 years ago

  • Update upickle to 1.4.2
  • Update argonaut to 6.3.7
jwt-scala - v9.0.1

Published by erwan about 3 years ago

  • Improve error management for Play Json and Play Framework (see #278)
  • Deprecate getKey in various subclasses of JwtException, expose val key instead