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: panva/jose Loading
base: v1.17.1
Choose a base ref
...
head repository: panva/jose Loading
compare: v1.17.2
Choose a head ref
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 11, 2019

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

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    5128d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11ceb4e View commit details
    Browse the repository at this point in the history
  3. fix: skip validating iat is in the past when exp is present

    validating that iat is in the past is common sense but actually nowhere
    defined, in most applications tokens will contain `exp` and for those
    it seems requiring a few second leeway just to satisfy `iat` seems
    inappropriate
    panva committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    0ed5025 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.17.2

    panva committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    dc7d87f View commit details
    Browse the repository at this point in the history
Loading