From 6ac742fc0f5a45ad45afe7a6923d26b713aacd04 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Thu, 27 Mar 2025 12:35:05 +0000 Subject: [PATCH] feat: Update endpoint login --- endpoints/login.post.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/endpoints/login.post.py b/endpoints/login.post.py index b1bb453..b6a86d3 100644 --- a/endpoints/login.post.py +++ b/endpoints/login.post.py @@ -7,8 +7,7 @@ from core.auth import verify_password, create_access_token from models.user import User router = APIRouter() -unubjn - + # Generate token with expiration class UserAuth(BaseModel): username: str password: str