-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support other strategies #39
Comments
This should be doable but I've never worked with the more advanced strategies. The |
Indeed, that would really be cool! So users can just use the standard available passport strategies and you don't need to replicate them and in turn avoid code duplication. For the moment I'm following your guide to try and implement the I'm a bit of a newbee to web development, so fingers crossed :) |
Hello, I'm trying to do the exact same thing, any update on how you managed to implement it @DarkLite1 ? |
I couldn't wait for |
Hey @DarkLite1, @PacomeRivier. Sorry for keeping you wait. The biggest pain that If you're looking for an example you can see this blog post. Here is the final repository that combines the Facebook Strategy with local email/password. If you don't use local email/password to authenticate the only thing you might use from this package is the |
Does
graphql-passport
also supports other strategies like say passport-azure-ad with itsBearerStrategy
?`The documentation only mentions
GraphQLLocalStrategy
, that's why it's unclear to me.The text was updated successfully, but these errors were encountered: