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

Commit c203b3e

Browse files
author
Yannic Schroeer
committed
v1.0.0
1 parent 56ef630 commit c203b3e

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__ = "0.1a0"
3+
__version__ = "1.0.0"
44

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

0 commit comments

Comments
 (0)