forked from Yara724/api
update the fanavaran for both tejarat no and parsian clients , dont forget about the env files
This commit is contained in:
@@ -20,7 +20,9 @@ export class AuthGuard implements CanActivate {
|
||||
}
|
||||
try {
|
||||
const payload: JwtPayload =
|
||||
await this.jwtService.verifyAsync<JwtPayload>(token);
|
||||
await this.jwtService.verifyAsync<JwtPayload>(token, {
|
||||
secret: `${process.env.JWT_SECRET}`,
|
||||
});
|
||||
request["user"] = payload;
|
||||
} catch {
|
||||
throw new UnauthorizedException("Invalid or expired token");
|
||||
|
||||
Reference in New Issue
Block a user