Johannes
Johannes
Unfortunately, I don't have any time in the near future
Thanks for this issue. Can you reproduce this issue in an example repo or codesandbox? That would be very helpful
@dkluhzeb thanks for the details. Very helpful. With that information I can soon create a PR. I'm curious though: What server packages (e.g. apollo server or apollo server express) and...
Sorry for the late reply. If you have an open-source repo it would make things easier for me to investigate. Not sure at this point how graphql-passport can work with...
Sorry for answering this late. I never used passport-jwt. Did you figure this out already? Otherwise, I'll try to have a look at it in the next days
In one of my projects I now use `passport-jwt` but not together with `graphql-passport`. However, you should be able to simply use the JWTStrategy the usual way you would with...
Hey @DarkLite1, @PacomeRivier. Sorry for keeping you wait. The biggest pain that `graphql-passport` solves is local authentication with email and password. That's what the `GraphQLLocalStrategy` is for. Other strategies can...
@davidhibbard1 Thanks for letting me know. Can you explain where this warning occurs?
Hey, thanks for your feedback. That's a good feature for further development I think. As I understand it, you want to call for example facebook api to login on the...
Ah, I think you want to use the passport npm module, right? Sorry overread that. So in the end the workflow is a bit different from what I described above?...