Skip to content

Commit 50de900

Browse files
committed
fix: Deleted authentication to check token
1 parent 9d57909 commit 50de900

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/controllers/auth_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ async def change_password(request: Request, change_password_request: ChangePassw
224224
summary="User Token Verification",
225225
description="Verify the validity of a user token.",
226226
response_description="Token verification status.",
227-
dependencies=[Depends(JWTBearer())],
228227
tags=["Secure Chain Auth"],
229228
)
230229
@limiter.limit("25/minute")

0 commit comments

Comments
 (0)