Changes

Unreleased

Version 0.5.0

Released 2023-09-17

  • Drop support for Python 3.7. #94

  • Add SECURITY.md. #89

  • Use allowlist_externals on tox. #84

  • Update dependencies.
    • Bump Werkzeug to 2.3.7. #99

    • Bump Flask to 2.3.3. #99

    • Bump Flask-Login to 0.6.2. #99

    • Bump pyseto to 1.7.4. #99

  • Update dev dependencies.
    • Bump pytest to 7.2.0. #101

    • Bump pre-commit/flake8 to 6.1.0. #100

    • Bump pre-commit/black to 23.9.1. #100

    • Bump pre-commit/blacken-docs to 1.16.0. #100

    • Bump sphinx to 7.0.1. #99

    • Bump requests to 2.31.0. #97

    • Bump certifi to 2023.7.22. #96

    • Bump pygments to 2.15.0. #95

    • Bump pre-commit/isort to 5.11.4. #86

    • Bump tox to 3.28.0. #85

    • Bump pre-commit/pre-commit-hooks to 4.4.0. #78

    • Bump sphinx-rtd-theme to 1.1.1. #77

    • Bump pytest-cov to 4.0.0. #70

Version 0.4.2

Released 2022-08-11

  • Update dependencies.
    • Bump pyseto to 1.6.10. #65

  • Update dev dependencies.
    • Bump pre-commit/flake8 to 5.0.4. #64

    • Bump sphinx to 5.1.1. #62

    • Bump mypy to 0.971. #60

    • Bump pre-commit/black to 22.6.0. #59

    • Bump tox to 3.25.1. #58

    • Bump pre-commit/pre-commit-hooks to 4.3.0. #54

  • Drop support for Python3.6. #57

Version 0.4.1

Released 2022-04-09

  • Refine pyproject, tox.ini and github actions. #44

  • Update dependencies.
    • Update mypy requirement from ^0.910 to ^0.942. #43

    • Update pre-commit-hooks from 4.0.1 to 4.1.0. #37

    • Update pytest requirement from ^5.2 to ^6.2. #36

Version 0.4.0

Released 2021-12-11

  • Migrate the project to poetry. #33

  • Add support for kid. #32

Version 0.3.3

Released 2021-11-24

  • Refine README and docstring for Read the Docs. #29

  • Refine example. #28

Version 0.3.2

Released 2021-11-23

  • Fix .readthedocs not to use setup.py. #27

Version 0.3.1

Released 2021-11-23

  • Introduce flit for publishing. #25

Version 0.3.0

Released 2021-11-23

  • Add PasetoIssuer and PasetoVerifier. #19

Version 0.2.0

Released 2021-10-24

  • Refine app.config name for PasetoLoginManager. #16

  • Add tests for PasetoLoginManager. #16

  • Rename package name from Flask PASETO Extended to flask-paseto-extended. #15

  • Add tests for PasetoCookieSessionInterface. #14

Version 0.1.1

Released 2021-10-23

  • Activate Read the Docs. #12

Version 0.1.0

Released 2021-10-23

  • First public release. #11