Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
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: form3tech-oss/jwt-go Loading
base: v3.2.2
Choose a base ref
...
head repository: form3tech-oss/jwt-go Loading
compare: v3.2.5
Choose a head ref
  • 5 commits
  • 2 files changed
  • 5 contributors

Commits on Apr 19, 2021

  1. add check for []interface{} type when validating audience

    streamline switch case
    yehted committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    36a2dce View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Merge pull request #8 from yehted/fix/validate_audience_type_issue

    add check for []interface{} type when validating audience
    ah-f3 committed May 11, 2021
    Configuration menu
    Copy the full SHA
    5b2d2b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Fix security vulnerability (#14)

    Fixes a security vulnerability where a jwt token could potentially be validated having invalid string characters.
    giorgos-f3 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    a211650 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. remove go.mod, as the version is incompatible

    commit bc6d185, which is a security
    fix, also added a go.mod to this repository. However, the current
    name of this project does not include a versioned import-path,
    which makes the module not usable when using a tag. (go modules
    allows invalid versions (`+incompatible`) if the repository does
    not have a go.mod, but will refuse to use the module otherwise.
    
    This patch removes the go.mod
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e504bfc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Merge pull request #17 from thaJeztah/remove_mod

    remove go.mod, as the version is incompatible
    alex-pricope-form3 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    6ba3f55 View commit details
    Browse the repository at this point in the history
Loading