-
Notifications
You must be signed in to change notification settings - Fork 402
Comparing changes
Open a pull request
base repository: golang-jwt/jwt
base: v4.5.0
head repository: golang-jwt/jwt
compare: v5.0.0
- 14 commits
- 49 files changed
- 9 contributors
Commits on Feb 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4fd5621 - Browse repository at this point
Copy the full SHA 4fd5621View commit details
Commits on Feb 21, 2023
-
Co-authored-by: Micah Parks <66095735+MicahParks@users.noreply.github.com> Co-authored-by: Michael Fridman <mf192@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 148d710 - Browse repository at this point
Copy the full SHA 148d710View commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d2f0d4 - Browse repository at this point
Copy the full SHA 0d2f0d4View commit details
Commits on Mar 24, 2023
-
Update MIGRATION_GUIDE.md (#289)
* Update MIGRATION_GUIDE.md Saw one typo, spent a few minutes improving a few paragraphs.
Configuration menu - View commit details
-
Copy full SHA for c6ec5a2 - Browse repository at this point
Copy the full SHA c6ec5a2View commit details -
Moving
DecodeSegement
toParser
(#278)* Moving `DecodeSegement` to `Parser` This would allow us to remove some global variables and move them to parser options as well as potentially introduce interfaces for json and b64 encoding/decoding to replace the std lib, if someone wanted to do that for performance reasons. We keep the functions exported because of explicit user demand. * Sign/Verify does take the decoded form now
Configuration menu - View commit details
-
Copy full SHA for b357385 - Browse repository at this point
Copy the full SHA b357385View commit details -
Adjusting the error checking example (#270)
This PR adjusts the error checking example so that a check for an invalid signature is also included. See discussion in #143
Configuration menu - View commit details
-
Copy full SHA for 1c4047f - Browse repository at this point
Copy the full SHA 1c4047fView commit details
Commits on Mar 31, 2023
-
add documentation to hmac
Verify
&Sign
to detail why string is n……ot an advisable input for key (#249) * add documentation around Verify & Sign to detail why string is not an advisable input for key * Refer to the usage guide --------- Co-authored-by: Dillon Streator <dillonstreator@Dillons-2nd-MacBook-Pro.local> Co-authored-by: Christian Banse <oxisto@aybaze.com>
Configuration menu - View commit details
-
Copy full SHA for 843e9bf - Browse repository at this point
Copy the full SHA 843e9bfView commit details -
* Add golangci-lint-action * Upgrading CodeQL to v2 * Fixed linting errors --------- Co-authored-by: Christian Banse <oxisto@aybaze.com>
Configuration menu - View commit details
-
Copy full SHA for 15f96b0 - Browse repository at this point
Copy the full SHA 15f96b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cde7fa - Browse repository at this point
Copy the full SHA 8cde7faView commit details -
Bump actions/checkout from 2 to 3 (#299)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7342a71 - Browse repository at this point
Copy the full SHA 7342a71View commit details -
Bump actions/setup-go from 3 to 4 (#300)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b88a60f - Browse repository at this point
Copy the full SHA b88a60fView commit details
Commits on Apr 10, 2023
-
Added coverage reporting (#304)
Co-authored-by: Michael Fridman <mf192@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 5ea71e3 - Browse repository at this point
Copy the full SHA 5ea71e3View commit details -
Last Documentation cleanups for
v5
release (#291)* Updated MIGRATION_GUIDE.md after changes to Token and Parser * Updated doc * Cleanup of README and refer to project page * Update MIGRATION_GUIDE.md Co-authored-by: Michael Fridman <mf192@icloud.com> * Wrapping markdown files at 80 --------- Co-authored-by: Michael Fridman <mf192@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 6c9126f - Browse repository at this point
Copy the full SHA 6c9126fView commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e00fbc - Browse repository at this point
Copy the full SHA 5e00fbcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.5.0...v5.0.0