Files
X25020501_card_book/core/routers/auth/services.py
2025-02-18 14:26:47 +08:00

10 lines
234 B
Python

# -*- coding = utf-8 -*-
# @Time : 2025/2/17 下午8:14
# @File : services.py
# @Software : PyCharm
# @Author : xingc
# @Desc :
from fastapi.security import OAuth2PasswordBearer
oauth2_scheme = OAuth2PasswordBearer(tokenUrl="token")