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: jpadilla/pyjwt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.7.0
Choose a base ref
...
head repository: jpadilla/pyjwt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.8.0
Choose a head ref
  • 9 commits
  • 9 files changed
  • 6 contributors

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    1c27281 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#889)

    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored May 16, 2023
    Configuration menu
    Copy the full SHA
    7f07d50 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Patch 1 (#891)

    * Update jwks_client.py
    
    Added support for providing an ssl.SSLContext (custom CA etc.)
    
    * typo fix
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * added some test cases
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    juur and pre-commit-ci[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    6cef6f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#896)

    updates:
    - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    faeae6e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#898)

    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ea35155 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#900)

    updates:
    - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
    - [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](adamchainz/blacken-docs@1.14.0...1.15.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6e70276 View commit details
    Browse the repository at this point in the history
  2. Update python version (#895)

    auvipy authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6db5df7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. api_jwt: add a strict_aud option (#902)

    * api_jwt: add a `strict_aud` option
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    * CHANGELOG: record changes
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    ---------
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    22ba132 View commit details
    Browse the repository at this point in the history
  2. bump version

    jpadilla committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    72ad55f View commit details
    Browse the repository at this point in the history
Loading