first init
This commit is contained in:
9
core/routers/auth/services.py
Normal file
9
core/routers/auth/services.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- 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")
|
||||
Reference in New Issue
Block a user