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: v4.5.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.0.0-rc.2
Choose a head ref
  • 6 commits
  • 44 files changed
  • 5 contributors

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    4fd5621 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. v5 Pre-Release (#234)

    Co-authored-by: Micah Parks <[email protected]>
    Co-authored-by: Michael Fridman <[email protected]>
    3 people authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    148d710 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    0d2f0d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Update MIGRATION_GUIDE.md (#289)

    * Update MIGRATION_GUIDE.md
    
    Saw one typo, spent a few minutes improving a few paragraphs.
    liam-verta authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c6ec5a2 View commit details
    Browse the repository at this point in the history
  2. Moving DecodeSegement to Parser (#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
    oxisto authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b357385 View commit details
    Browse the repository at this point in the history
  3. 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
    oxisto authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1c4047f View commit details
    Browse the repository at this point in the history
Loading