wp-graphql-jwt-authentication
wp-graphql-jwt-authentication copied to clipboard
Does it support social authentication?
Does this plugin have any support for social login like Facebook and google? is it feasible to extend this plugin to have support for social auth.
Thanks
I don't think so. This plugin is meant at doing authentication with the WP backend and use the WP user database.
Most "social" logins requires OAuth2, which is different from JWT authentication. It would be best to use external services like Auth0, Firebase, or Passport. Not sure if it's then possible to easily use that for user authentication on the WP backend. Maybe it will require some integration with the service respective WP plugin.
Would love to see a solution for this. I've tried a couple of things but have not quite figured it out yet.
If anyone here is still looking for a solution, I just started beta testing an OAuth2 Login extension for WPGraphQL, and could use some people to put it through the paces before the repo is release publicly in a couple months. If you're interested lemme know in Slack, and I'll circle back to share the GH link once its released.
You can find the WPGraphQL OAuth2 extension here: https://github.com/AxeWP/wp-graphql-headless-login
You can find the WPGraphQL OAuth2 extension here: https://github.com/AxeWP/wp-graphql-headless-login
I think this issue can now be close