File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed
Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ __Note__: This is a **beta** version of AuthX.
4949 - Soon to be included Cookie authentication backend
5050- Full OpenAPI schema support, even with several authentication backend.
5151- Provide a Docstring for each class and function.
52+ - Middleware Support for Oauth2 using ` Authlib ` and Starlette.
5253
5354__ Note:__ Check [ Release Notes] ( https://authx.yezz.codes/release/ ) .
5455
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.4
2+ current_version = 0.2.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 11"""Ready to use and customizable Authentications and Oauth2 management for FastAPI"""
22
3- __version__ = "0.1.4 "
3+ __version__ = "0.2.0 "
44
55__license__ = "MIT"
66
Original file line number Diff line number Diff line change @@ -28,3 +28,4 @@ six==1.16.0
2828sniffio == 1.2.0
2929starlette == 0.17.1
3030typing_extensions == 4.0.1
31+ authx == 0.2.0
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ starlette==0.17.1
66httpx == 0.21.1
77itsdangerous == 2.0.1
88python-decouple == 3.5
9- authx == 0.1.5
9+ authx == 0.2.0
You can’t perform that action at this time.
0 commit comments