guards listos
This commit is contained in:
@@ -13,5 +13,8 @@ export class JwtStrategyService extends PassportStrategy(Strategy) {
|
||||
});
|
||||
}
|
||||
|
||||
validate(payload: JwtPayload) {}
|
||||
validate(payload: JwtPayload) {
|
||||
console.log(payload);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user