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 Loading
base: v4.4.2
Choose a base ref
...
head repository: golang-jwt/jwt Loading
compare: v4.4.3
Choose a head ref
  • 7 commits
  • 9 files changed
  • 6 contributors

Commits on Aug 15, 2022

  1. fix: link update for README.md for v4 (#217)

    Co-authored-by: Christian Banse <[email protected]>
    krokite and oxisto committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f2878bb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Implement a BearerExtractor (#226)

    * Implement a BearerExtractor
    
    This is a rather common extractor; it extracts the JWT from the HTTP
    Authorization header, expecting it to include the "Bearer " prefix.
    
    This patterns is rather common and this snippet is repeated in enough
    applications that it's probably best to just include it upstream and
    allow reusing it.
    
    * Ignore case-sensitivity for "Bearer"
    WhyNotHugo committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    fdaf0eb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Bump matrix to support latest go version (go1.19) (#231)

    * Bump matrix to support latest go version (go1.19)
    
    * Fix comment
    mfridman committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    d81acbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfea432 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

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

Commits on Oct 15, 2022

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

Commits on Nov 8, 2022

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