NestJS - Authentication
Identify the error in this NestJS token validation code:
const payload = jwtService.verify(token, { secret: 'wrongSecret' });const payload = jwtService.verify(token, { secret: 'wrongSecret' });15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions