add guard as much you need like this AuthGuard(['jwt', 'jwt_2']) then strategies like this export class JwtStrategy extends PassportStrategy(Strategy, 'jwt') {}
export class JwtStrategy2 extends PassportStrategy(Strategy, 'jwt2') {}