John Biundo
John Biundo
@TrejGun Thanks for the additional input. I'll give it some thought and see if I can find time to improve the example.
@csidell-earny I tried your PR with my app. Identical code with only swapping in/out your version of `@nestjs/passport` works with current version, fails as follows. I can't make this repo...
That will take some work. Let me see if I can figure out how to do it...
Yeah. It's integrated with a client side Angular app. A few tricky things to unwind. The app actually manages the authentication UI (Google Auth Popup, etc.) from the client side...
Here ya go https://github.com/johnbiundo/nestpasspr94
@Sieabah I may not have a chance to try this again for a week or two. Currently on jury duty.
@Sieabah OK, I had a chance to try this again. Still getting the same error. Here's what I do: 1. Yeah, you're right about the extraneous UsersModule reference. Removed that....
I updated my repo with those changes, and it also removed default install of @nestjs/passport, and includes the callback URL that should work for localhost.
@ruslanguns Great! Glad it helped!
For those following/landing on this thread, there are a couple of recent documents that should help 1) The [authentication chapter](https://docs.nestjs.com/techniques/authentication) was completely re-written (as of July 2019) with an end-to-end...