auth.py is a duplication of google.py; rename jwt.py -> tokens.py avoid confuse with pyjwt
This commit is contained in:
@@ -6,7 +6,7 @@ import secrets
|
||||
from auth.deps import get_current_user
|
||||
from app.db import SessionLocal
|
||||
from app.models import User
|
||||
from auth.jwt import create_jwt_token, create_refresh_token, decode_token
|
||||
from auth.tokens import create_jwt_token, create_refresh_token, decode_token
|
||||
from app.utils.format import get_image_url
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
Reference in New Issue
Block a user