wp-graphql-jwt-authentication icon indicating copy to clipboard operation
wp-graphql-jwt-authentication copied to clipboard

Does it support social authentication?

Open akshaykatale99 opened this issue 4 years ago • 5 comments

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

akshaykatale99 avatar Jan 20 '21 07:01 akshaykatale99

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.

therealgilles avatar Feb 16 '21 21:02 therealgilles

Would love to see a solution for this. I've tried a couple of things but have not quite figured it out yet.

scottyzen avatar Aug 09 '21 20:08 scottyzen

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.

justlevine avatar Oct 20 '22 21:10 justlevine

You can find the WPGraphQL OAuth2 extension here: https://github.com/AxeWP/wp-graphql-headless-login

ryntab avatar Mar 29 '23 19:03 ryntab

You can find the WPGraphQL OAuth2 extension here: https://github.com/AxeWP/wp-graphql-headless-login

I think this issue can now be close

stephane-segning avatar Apr 03 '23 13:04 stephane-segning