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.4.4
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.5.0
Choose a head ref
  • 5 commits
  • 14 files changed
  • 5 contributors

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    a38ab50 View commit details
    Browse the repository at this point in the history
  2. Bump cryptography from 36.0.2 to 39.0.1 (#506)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 39.0.1.
    - [Release notes](https://github.com/pyca/cryptography/releases)
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@36.0.2...39.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    7243b79 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Update dependencies and minor fixes related to them (#513)

    * Fix backwards compatibility type error on newest flask release
    
    * Fix different error message on newer PyJWT versions
    vimalloc authored May 26, 2023
    Configuration menu
    Copy the full SHA
    af8646e View commit details
    Browse the repository at this point in the history
  2. Updated typing of expires_delta and fresh (#510)

    * Update typing.py
    
    cleaned up ExpiresDelta type definition and added Fresh type
    
    * Update utils.py
    
    updated typing for `expires_delta` and `fresh`
    
    * Update jwt_manager.py
    
    updated typing of `fresh`
    
    * Update tokens.py
    
    updated typing for `fresh`
    
    * Update tokens.py
    
    added missing import
    
    * Update typing.py
    
    float type is required while building the token_data dict in _encode_jwt
    eMaerthin authored May 26, 2023
    Configuration menu
    Copy the full SHA
    0803dc5 View commit details
    Browse the repository at this point in the history
  3. Allow selective disabling of blocklist check (#501)

    * Allow selective disabling of blocklist check
    
    Fixes #499
    
    * Update the documentation
    
    ---------
    
    Co-authored-by: Indrajeet Khandekar <indrajeet.khandekar@taranawireless.com>
    indrajeet307 and Indrajeet Khandekar authored May 26, 2023
    Configuration menu
    Copy the full SHA
    c77d756 View commit details
    Browse the repository at this point in the history
Loading