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.2
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.4.3
Choose a head ref
  • 9 commits
  • 18 files changed
  • 3 contributors

Commits on Jul 1, 2022

  1. Reorder option descriptions and add list of all options (#485)

    * Reorder option descriptions in alphabetical order
    
    * Add list of options for easier browsing
    
    Create a list of all options at the top of the page to
    make the option descriptions easier and quicker to find.
    Each list entry is a link to its corresponding description.
    
    * Fix broken link
    
    Co-authored-by: Lily Acadia Gilbert <lily@informedk12.com>
    einfachIrgendwer0815 and vimalloc authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    933d902 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    75e3597 View commit details
    Browse the repository at this point in the history
  2. Add option to include current_user in jina templates

    This can be turned on via:
    
    ```python
    JWTManager(app, add_context_processor=True)
    ```
    
    or
    
    ```python
    jwt.init_app(app, add_context_processor=True)
    ```
    
    I did not make turning this on the default because it could be a
    breaking change. Come the next major release I will likely change this
    to be on by default.
    
    Fixes #478
    vimalloc committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    626e8e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Drop python3.6 support

    Follows suite of flask and cryptography packages.
    vimalloc committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e93707c View commit details
    Browse the repository at this point in the history
  2. Documentation fixes

    vimalloc committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e150aae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2103ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b6fa42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4da0a1 View commit details
    Browse the repository at this point in the history
  6. Bump to 4.4.3

    vimalloc committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    37634ed View commit details
    Browse the repository at this point in the history
Loading