Skip to content

Commit 5e97fc3

Browse files
calculus-askcrivetimihai
authored andcommitted
jwt-extract-issue
Signed-off-by: Santhana Krishnan <[email protected]>
1 parent 8e98277 commit 5e97fc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/mcp-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ mcpFastTimeServer:
636636
replicaCount: 2
637637
image:
638638
repository: ghcr.io/ibm/fast-time-server
639-
tag: "0.7.0"
639+
tag: "0.5.0"
640640
pullPolicy: IfNotPresent
641641
port: 8080
642642

mcpgateway/routers/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async def login(login_request: LoginRequest, request: Request, db: Session = Dep
148148
raise HTTPException(status_code=status.HTTP_401_UNAUTHORIZED, detail="Invalid email or password")
149149

150150
# Create session JWT token (Tier 1 authentication)
151-
access_token, expires_in = create_access_token(user)
151+
access_token, expires_in = await create_access_token(user)
152152

153153
logger.info(f"User {email} authenticated successfully")
154154

0 commit comments

Comments
 (0)