jwt-scala icon indicating copy to clipboard operation
jwt-scala copied to clipboard

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

Results 38 jwt-scala issues
Sort by recently updated
recently updated
newest added

Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 1.9.3 to 2.0.2. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.2) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v1.9.3...v2.0.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) from 3.1.2 to 3.1.3. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.2...3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.2...release-3.1.3) I'll automatically update this PR to resolve conflicts as long as you don't change it...

As defined in [RFC 8693](https://datatracker.ietf.org/doc/html/rfc8693#section-4.2): > The value of the "scope" claim is a JSON string containing a space-separated list of scopes associated with the token

Creating a new one here just in the case the thread on the old closed issue is not visible enough. Old issue https://github.com/jwt-scala/jwt-scala/issues/94 Additional information - https://stackoverflow.com/a/60540274 In addition to...

During writing tests on full cycle of creating a token and then decoding it I spotted behaviour which I would classify as inconsistent and confusing. Putting a random string (not...

The KeyId field is necessary to decide which key to use for signature checks. However the header field never gets parsed and seems to always be `None`. Code to reproduce:...

Further to #134, is there interest in a PR that adds additional `decode` methods that accept a `Map` of keys by `String` and changes `validate` to select the key to...

enhancement

Any chances this could be published for Scalajs too? 🤔 Would make my life a lot easier!

enhancement

Hi, I have a jwt token with a compressed payload (RFC1951) I can see in the header: `"zip": "DEF"`. Does jwt-scala has support for that? Thanks

enhancement