Skip to content

Releases: zx80/flask-simple-auth

v30.0

26 Mar 07:43
Compare
Choose a tag to compare
  • Test cookie with a string default.
  • Rename predefined special groups: OPEN AUTH CLOSE.

v29.5

23 Mar 21:03
Compare
Choose a tag to compare
  • Fix handling of default str values for headers and cookies special parameters.
  • Also show cookies in debug mode.

v29.4

23 Mar 21:03
Compare
Choose a tag to compare
  • Use default value if available on cookie or header errors.
  • Use pytest.fail where appropriate.
  • Improved tutorial.

v29.3

16 Mar 09:30
Compare
Choose a tag to compare
  • Add ruff style check.
  • Update GitHub actions.
  • Update documentation.

v29.2

02 Mar 09:08
Compare
Choose a tag to compare

Minor fix for ProxyPatternPool 9.0.

v29.1

25 Feb 08:38
Compare
Choose a tag to compare
  • check parameter default value type for consistency
  • improve tutorial

v29.0

23 Feb 10:25
Compare
Choose a tag to compare
  • Refactor and rework parameter handling, including http list support.
  • Forbid mixing http and json parameters.
  • Improve and fix some tests.
  • Improve documentation, tutorial and recipes.

v28.6

18 Feb 07:24
Compare
Choose a tag to compare
  • Add FSA_JSON_STREAMING option to work around database connections staying as idle in transaction.
  • Refactor generic type handling, to be continued.
  • Handle repeated HTTP parameters as list[str].

v28.5

08 Feb 08:20
Compare
Choose a tag to compare
  • Experimental handling of generic types for parameters

v28.4

07 Feb 12:54
Compare
Choose a tag to compare
  • Fix to handle FileStorage|None special parameters.
  • Improved recipes.