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: vimalloc/flask-jwt-extended
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.0
Choose a base ref
...
head repository: vimalloc/flask-jwt-extended
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.7.0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 22, 2024

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

Commits on Jan 30, 2024

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

Commits on Feb 19, 2024

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

Commits on Mar 1, 2024

  1. Bump cryptography from 42.0.2 to 42.0.4 (#547)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.2...42.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1326eb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Drop support for python 3.7 and 3.8, add 3.13 (#559)

    Python 3.7 and 3.8 have reached their end of life, and support
    for them has been dropped by upstream libraries we rely on.
    vimalloc authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    85a3750 View commit details
    Browse the repository at this point in the history
  2. Fix documentation around identity needing to be a string (#558)

    Previously we allowed identity to be any data that was JSON
    serializable, however it turns out that is in violation of the JWT spec,
    which requires `sub` to be a string. The underlying library that we are
    using to manage the JWTs (PyJWT) released a new version that is
    enforcing this behavior, where it didn't before.
    
    Because `sub` should be a string per the spec, I've opted to keep that
    change in this extension, and update the documentation to match this new
    behavior.
    vimalloc authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f57ca90 View commit details
    Browse the repository at this point in the history
  3. Bump to 4.7.0

    vimalloc committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f005c11 View commit details
    Browse the repository at this point in the history
Loading