This still isn't working with @UseGuard(). I'm using a decorator that extends AuthGuard('jwt') and when that is in place, the endpoint can't be hit. Not saying it's this project, because I'm having the same issues regardless. I think @Sse just doesn't work with UseGuard, have you figured out how to do that?
This still isn't working with
@UseGuard(). I'm using a decorator that extendsAuthGuard('jwt')and when that is in place, the endpoint can't be hit. Not saying it's this project, because I'm having the same issues regardless. I think@Ssejust doesn't work with UseGuard, have you figured out how to do that?