nemuvski/landrepo

Nest.js Auth Guard JWT Authentication constantly returns 401 unauthorized

Opened this issue · 1 comments

  // handleRequest(err: any, user: any, info: any, context: any, status: any) {
  //   console.log('[JwtAuthGuard.handleRequest]', {
  //     err,
  //     user,
  //     info,
  //     context,
  //     status,
  //   })
  //   if (err) {
  //     throw err
  //   }
  //   return user
  // }