We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655e407 commit 91a2d40Copy full SHA for 91a2d40
1 file changed
fastapi_auth_middleware/__init__.py
@@ -1,6 +1,6 @@
1
""" Lightweight auth middleware for FastAPI that just works. Fits most auth workflows with only a few lines of code. """
2
3
-__version__ = "1.0.0"
+__version__ = "1.0.1"
4
5
from fastapi_auth_middleware.middleware import FastAPIUser, AuthMiddleware
6
from fastapi_auth_middleware.oauth2_middleware import OAuth2Middleware
0 commit comments