Outternet
Outternet
May I ask why `audience` and `issuer` are not sufficient, in what senario is a `scope` needed that cannot be achieved with the previous one.
I can make a pull request if necessary.
[https://github.com/nestjs/nest/tree/master/sample/19-auth-jwt](https://github.com/nestjs/nest/tree/master/sample/19-auth-jwt), what is the proccess to update this sample?
Consider this the first version, I'd love to hear feedback on how I can make it clearer, and your welcome ;)
:(, it helped me a lot in the first few years of nest. was a point of discussion, its mainly done to remove the dependency on jsonwebtoken, of course the...
The only problem we have then is what do we do if it is *not* provided, then we have to load the package `jsonwebtoken` ourself. this causes it to always...