FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[pull] master from auth0:master by pull[bot] · Pull Request #11 · fml2/java-jwt · GitHub

/ java-jwt Public
forked from auth0/java-jwt

[pull] master from auth0:master - #11

Open
pull[bot] wants to merge 170 commits into
fml2:masterfrom
auth0:master
Open

[pull] master from auth0:master#11
pull[bot] wants to merge 170 commits into
fml2:masterfrom
auth0:master

Conversation

pull Bot commented Jul 6, 2022
edited
Loading

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

pull Bot added the ⤵️ pull label Jul 6, 2022
Evan Sims and others added 28 commits July 8, 2022 00:24
[SDK-3170] reenable api-diff check for 4.0.0
Provide straightforward example for JWKS
[SDK-3816] Update docs for verification thread-safety
Check for null token before splitting
Add integration with our Shipping orb
tanya732 and others added 30 commits March 18, 2026 12:22
Bumps [gradle/actions](https://github.com/gradle/actions) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@39e147c...50e97c2)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.2 to 2.21.3.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
exp, nbf and iat are NumericDate claims, which per RFC 7519 are JSON
numbers and may be written in scientific notation. getInstantFromSeconds
gated on canConvertToLong() and threw "contained a non-numeric date
value" when it was false. For a numeric value that overflows a long
(for example 1.733162101e+26 from issue #706) that message is wrong: the
value is numeric, just not representable as a NumericDate.

Split the two failure modes so a genuinely non-numeric value keeps the
existing message, while a numeric value that does not fit a long throws a
message naming the value and the real reason. In-range scientific values
such as 1.7e9 continue to decode to the correct instant.

Fixes #706

Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
… /lib (#786)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tanya Sinha <sinha.tanya26@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.


Back | FazBrowse Home | New Git URL