Closed C0DE-IN closed 3 years ago
extends AuthGuard('oauth2')
the above line throws Error: Unknown authentication strategy "oauth2"
what could be the possible solution, Iam using on nestjs with a generic oauth provider https://upstox.com/developer/api/v2/docs/#authorization
Based on the mention of AuthGuard, I'm guessing you are using Nest. Any issues with that framework should be filed with nestjs/passport.
AuthGuard
@noiissyboy did you end up finding a solution for this?
extends AuthGuard('oauth2')
the above line throws Error: Unknown authentication strategy "oauth2"
what could be the possible solution, Iam using on nestjs with a generic oauth provider https://upstox.com/developer/api/v2/docs/#authorization