Skip to content

Commit b3a6f3e

Browse files
authored
πŸ”– Release version 1.4.3
1 parent 1b0df4e commit b3a6f3e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

β€Žauthx/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Ready to use and customizable Authentications and Oauth2 management for FastAPI and Starlette."""
22

3-
__version__ = "1.4.2"
3+
__version__ = "1.4.3"
44

55
from authx.config import AuthXConfig
66
from authx.dependencies import AuthXDependency

β€Ždocs/release.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Latest Changes
22

3+
## 1.4.3
4+
35
### Features
46

57
* ✨ added support for `JWT_COOKIE_HTTP_ONLY`. PR [#755](https://github.com/yezz123/authx/pull/755) by [@Evergreenies](https://github.com/Evergreenies).

0 commit comments

Comments
Β (0)