Developing a Secure API with NestJS

FWIW, I continue to have this problem. The use of

@UseGuards(AuthGuard('jwt'))

always gives a 401. Can’t get it to do anything else.

If anyone wants to give a look, my repo is here:

specifically the guards branch