Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang-jwt/jwt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.0
Choose a base ref
...
head repository: golang-jwt/jwt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 8, 2023

  1. Exported NewValidator (#349)

    * Exported `NewValidator`
    
    Previously, we had `newValidator` as a private function. This PR exports this function so that validation can be done independently of parsing the claim.
    oxisto authored Nov 8, 2023
    Copy the full SHA
    a49fa5d View commit details

Commits on Nov 17, 2023

  1. Improve ErrInvalidKeyType error messages (#361)

    * Improve ErrInvalidKeyType error message
    
    * add specific expected type to error message
    
    * fix ErrInvalidKey error to ErrInvalidKeyType in rsa and rsapss
    
    * format
    
    * revert changes from example_test.go remove the comments
    
    * fix: udpate the signing names to uppercase
    Laurin-Notemann authored Nov 17, 2023
    Copy the full SHA
    b05644b View commit details

Commits on Nov 24, 2023

  1. Update MIGRATION_GUIDE.md (#363)

    Use correct path for v4 migration
    jbarham authored Nov 24, 2023
    Copy the full SHA
    b27c889 View 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 v5.1.0...v5.2.0