This repository was archived by the owner on Apr 26, 2025. It is now read-only.
Releases: fief-dev/fief-python
Releases · fief-dev/fief-python
v0.16.1
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 returnsNone, the user is considered as not authenticated.
v0.16.0
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
Bump version 0.14.6 → 0.15.0
New features
- Add support for
langparameter to set the locale of the user on authentication pages. [Documentation]
v0.14.6
Bump version 0.14.5 → 0.14.6
New features
- Allow to override
verifyandcertparameter of HTTPX to customize SSL context. [Documentation]
v0.14.5
Bump version 0.14.4 → 0.14.5
Bug fixes
- Fix
FiefUserInfotyping.
v0.14.4
Bump version 0.14.3 → 0.14.4
Bug fixes
- Fix
FiefUserInfotyping data structure.
v0.14.3
Bump version 0.14.2 → 0.14.3
Improvements
- Reference documentation added in docstrings. See it live: https://fief-dev.github.io/fief-python
v0.14.2
Bump version 0.14.1 → 0.14.2
Improvements
- Bump dependencies:
jwcrypto >=1.4,<2.0.0
- Use Hatch for packaging
v0.14.1
Improvements
- Bump dependencies:
makefun >=1.14.0,<2.0.0
v0.14.0
New features and improvements
- Add an
optionalparameter to FastAPI dependency, allowing to have a route optionally expecting an authenticated user. [Documentation] - Add an
optionalparameter to Flask decorator, allowing to have a route optionally expecting an authenticated user. [Documentation] - Bump dependencies:
httpx >=0.21.3,<0.24.0jwcrypto ==1.3.1makefun ==1.14.0