Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 91a2d40

Browse files
Yannic SchröerYannic Schröer
authored andcommitted
v1.0.1
1 parent 655e407 commit 91a2d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastapi_auth_middleware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""" Lightweight auth middleware for FastAPI that just works. Fits most auth workflows with only a few lines of code. """
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.1"
44

55
from fastapi_auth_middleware.middleware import FastAPIUser, AuthMiddleware
66
from fastapi_auth_middleware.oauth2_middleware import OAuth2Middleware

0 commit comments

Comments
 (0)