Developing a Secure API with NestJS

Dan –

I believe it was this chapter: Full-Stack TypeScript Apps: Developing a Secure API with NestJS

I follow the instructions to the letter, or at least as best I can. I can’t seem to get the WHATABYTE site to work for me, so I have been using Postman to send the requests.

If I include UseGuards(AuthGuard('jwt') it will always return a 401. I can’t seem to find the right way to make it do anything other than that.

Very frustrating.