github jwt-scala/jwt-scala v3.0.0
3.0.0

latest releases: v10.0.0, v9.4.6, v9.4.5...
4 years ago
  • Allow override of the system clock, remove jmockit from tests. (thanks @Ophirr33)
  • JwtHeader and JwtClaim are no longer case class so that you can extend them. (thanks @fahman)
  • Fix Play demo app. (thanks @ma3574)
  • Remove dependency on Bouncycastle. (thanks @brakthehack)
  • Deprecate (but also improved) the pure Scala implementation of JwtCore. It's very limited, non-performant and should not be used. I will keep it around for tests and if some people need it.

Migration

If you want to keep using the BouncyCastle implementation, you will have to add it manually. You can see how it's done in the tests. Don't forget to also add "org.bouncycastle" % "bcpkix-jdk15on" % "1.60" as a dependency of your project.

Security.addProvider(new BouncyCastleProvider())

Don't miss a new jwt-scala release

NewReleases is sending notifications on new releases.