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
Choose a head ref
  • 14 commits
  • 49 files changed
  • 9 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 <66095735+MicahParks@users.noreply.github.com>
    Co-authored-by: Michael Fridman <mf192@icloud.com>
    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

Commits on Mar 31, 2023

  1. 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>
    3 people authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    843e9bf View commit details
    Browse the repository at this point in the history
  2. Add golangci-lint (#279)

    * Add golangci-lint-action
    
    * Upgrading CodeQL to v2
    
    * Fixed linting errors
    
    ---------
    
    Co-authored-by: Christian Banse <oxisto@aybaze.com>
    mfridman and oxisto authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    15f96b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cde7fa View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7342a71 View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b88a60f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Added coverage reporting (#304)

    Co-authored-by: Michael Fridman <mf192@icloud.com>
    oxisto and mfridman authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    5ea71e3 View commit details
    Browse the repository at this point in the history
  2. 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>
    oxisto and mfridman authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6c9126f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    5e00fbc View commit details
    Browse the repository at this point in the history
Loading