Closed LubomirIgonda1 closed 6 years ago
oAuth needs to be triggered from the browser and then redirected. The new guide at https://docs.feathersjs.com/guides/auth/recipe.express-middleware.html should help using it in the GraphQL express middleware. Closing since besides that, GraphQL authentication is currently outside of the scope of Feathers authentication.
I am using feathers server and I want to implement Oauth2 authentification with facebook or github strategy or whatever. But I also would like to use with graphql
But I dont know how to implement with graphql. It works with your example as a API if I send GET request on callback url it works correctly I get token but I'd like do this with graphql as for example in LOCAL or LDAP strategy
I tried
But I got error
If i write this topic on bad place I am sorry for that Thak you for helping