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.2.1
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.2
Choose a head ref
  • 10 commits
  • 9 files changed
  • 8 contributors

Commits on Mar 16, 2024

  1. Update README.md (#382)

    Ashikpaul authored Mar 16, 2024
    Copy the full SHA
    7c3f6dc View commit details
  2. build: add go1.22 to ci workflows (#383)

    mfridman authored Mar 16, 2024
    Copy the full SHA
    c8043ea View commit details

Commits on Apr 29, 2024

  1. Bump golangci/golangci-lint-action from 4 to 5 (#387)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      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 Apr 29, 2024
    Copy the full SHA
    1a56dcf View commit details

Commits on May 13, 2024

  1. Bump golangci/golangci-lint-action from 5 to 6 (#389)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      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 May 13, 2024
    Copy the full SHA
    62e504c View commit details

Commits on Aug 16, 2024

  1. chore: bump ci tests to include go1.23 (#405)

    mfridman authored Aug 16, 2024
    Copy the full SHA
    f961c72 View commit details

Commits on Sep 6, 2024

  1. Fix jwt -show (#406)

    AlexanderYastrebov authored Sep 6, 2024
    Copy the full SHA
    0123f1a View commit details
  2. docs: typo (#407)

    kvii authored Sep 6, 2024
    Copy the full SHA
    5ec246c View commit details

Commits on Nov 4, 2024

  1. Update SECURITY.md (#416)

    oxisto authored Nov 4, 2024
    Copy the full SHA
    bc8bdca View commit details

Commits on Jan 18, 2025

  1. Update Parse example to use WithValidMethods (#425)

    mattt authored Jan 18, 2025
    Copy the full SHA
    c035977 View commit details

Commits on Mar 21, 2025

  1. Merge commit from fork

    * Remove strings.Split and add parseToken function
    
    * review and add tests
    mfridman authored Mar 21, 2025
    Copy the full SHA
    0951d18 View commit details
Loading