| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
[SDK-3170] reenable api-diff check for 4.0.0
Provide straightforward example for JWKS
[SDK-3816] Update docs for verification thread-safety
Make JWT constants final values
Update OSS plugin to latest
Check for null token before splitting
Update to gradle 6.9.2
Add Ship CLI support
Add integration with our Shipping orb
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>
| Back | FazBrowse Home | New Git URL |
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )