Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Releases: fief-dev/fief-python

v0.16.1

20 Feb 10:07
v0.16.1
dc093cd

Choose a tag to compare

Bump version 0.16.0 → 0.16.1

Improvements

  • Flask and FastAPI integrations: when setting optional=True, an expired token no longer raises a 401 error. The decorator/dependency now returns None, the user is considered as not authenticated.

v0.16.0

26 Jan 15:23
v0.16.0
5bf5180

Choose a tag to compare

Bump version 0.15.0 → 0.16.0

New features

  • CLI integration: authenticates user in your CLI tools in just a few lines! [Documentation]

v0.15.0

09 Jan 08:44
v0.15.0
436339d

Choose a tag to compare

Bump version 0.14.6 → 0.15.0

New features

  • Add support for lang parameter to set the locale of the user on authentication pages. [Documentation]

v0.14.6

27 Oct 13:32
v0.14.6
902f148

Choose a tag to compare

Bump version 0.14.5 → 0.14.6

New features

  • Allow to override verify and cert parameter of HTTPX to customize SSL context. [Documentation]

v0.14.5

27 Oct 13:29
v0.14.5
a7a1e88

Choose a tag to compare

Bump version 0.14.4 → 0.14.5

Bug fixes

  • Fix FiefUserInfo typing.

v0.14.4

28 Sep 09:58
v0.14.4
09108c2

Choose a tag to compare

Bump version 0.14.3 → 0.14.4

Bug fixes

  • Fix FiefUserInfo typing data structure.

v0.14.3

23 Sep 09:56
v0.14.3
4a4f174

Choose a tag to compare

Bump version 0.14.2 → 0.14.3

Improvements

v0.14.2

16 Sep 13:58
v0.14.2
042a583

Choose a tag to compare

Bump version 0.14.1 → 0.14.2

Improvements

  • Bump dependencies:
    • jwcrypto >=1.4,<2.0.0
  • Use Hatch for packaging

v0.14.1

11 Aug 11:28
13ec47d

Choose a tag to compare

Improvements

  • Bump dependencies:
    • makefun >=1.14.0,<2.0.0

v0.14.0

12 Jul 12:00
6ac0426

Choose a tag to compare

New features and improvements

  • Add an optional parameter to FastAPI dependency, allowing to have a route optionally expecting an authenticated user. [Documentation]
  • Add an optional parameter to Flask decorator, allowing to have a route optionally expecting an authenticated user. [Documentation]
  • Bump dependencies:
    • httpx >=0.21.3,<0.24.0
    • jwcrypto ==1.3.1
    • makefun ==1.14.0