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.13.1
v0.13.0
New features
- Add a
pkcemodule with utility functions to help with PKCE process. [Documentation]
v0.12.0
New features
- Add support for checking required permission in main client, FastAPI and Flask integration
v0.11.0
New features
- FastAPI integration: a new dependency
current_useris introduced. It checks the validity of the access token and returnFiefUserInfodictionary.- Mechanisms are available to implement user information caching
- [Documentation]
- Flask integration: a new decorator
current_useris introduced. It checks the validity of the access token and setsg.user, aFiefUserInfodictionary.- Mechanisms are available to implement user information caching
- [Documentation]
Breaking changes
- FastAPI integration: the existing dependency
current_useris renamedauthenticated. It still returns aFiefAccessTokenInfo. - Flask integration: the existing decorator
current_useris renamedauthenticated. It now setsg.access_token_info, aFiefAccessTokenInfo.