chore: compelet refresh token mechanism

This commit is contained in:
mahyargdz
2025-03-06 12:47:05 +03:30
parent 144bfb2ac1
commit 1391deecf0
3 changed files with 22 additions and 14 deletions
-1
View File
@@ -84,7 +84,6 @@ export class AuthController {
return this.authService.changePassword(userId, changePasswordDto);
}
@AuthGuards()
@ApiOperation({ summary: "refresh the user access token / refresh token" })
@HttpCode(HttpStatus.OK)
@Post("refresh")