Skip to content

Commit

Permalink
Bump version 0.28.5 → 0.28.6
Browse files Browse the repository at this point in the history
Bug fixes and improvements
--------------------------

* Login sessions are automatically refreshed on expiration.
* Default lifetime for login sessions, registration sessions and external OAuth2 sessions is now 1 hour.
* The `fief run-server` CLI now supports all [Uvicorn settings](https://www.uvicorn.org/settings/).
* Fix Fief-ception not working if Uvicorn was handling SSL directly.
* Bump dependencies (6c6cb34)
  • Loading branch information
frankie567 committed Mar 25, 2024
1 parent 6c6cb34 commit 8c5886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fief/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.28.5"
__version__ = "0.28.6"

0 comments on commit 8c5886f

Please sign in to comment.