Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Itsdangerous replacement with PyJWT #144

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Mar 24, 2022

  1. Replaced itsdangerous JWT encoding and decoding with PyJWT library

    Itsdangerous no longer has JWT encoding or decoding functionality with
    newer versions (i.e. 2.1.1). This will completely break flask_oidc
    gerwout committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3e0be4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba139d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    1b3b5eb View commit details
    Browse the repository at this point in the history
  2. Let Makefile handle themes git repo. Fixes puiterwijk#152

    Erik Cederstrand committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    62880cc View commit details
    Browse the repository at this point in the history
  3. Only check existence of submodule if it's needed

    Erik Cederstrand committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    839ab83 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from ecederstrand/patch-1

    Allow pip install using git
    gerwout authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b10e6bf View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Reuse requirements.txt

    This removes duplication and pulls in the itsdangerous -> PyJWT change into setup.pp
    ecederstrand authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    41388b4 View commit details
    Browse the repository at this point in the history
  2. Pull in requirements.txt into MANIFEST

    This allow installs from the source package to work
    ecederstrand authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    57ac92f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Merge pull request #2 from ecederstrand/patch-1

    Reuse requirements.txt to complete PyJWT switch
    gerwout authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f9e4367 View commit details
    Browse the repository at this point in the history