-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Authentication plugins #395
Comments
Yes, absolutely right bro. |
It would probably help if you would provide links to the actual and specific plugins you are using and whose functionality you want to use with Capacitor. |
Facebook : https://github.com/jeduan/cordova-plugin-facebook4 It could be nice to add a unique plugin like : socialAuth.signinGoogle() |
Cool, please include socialAuth.signinTwitter(), socialAuth.signinInstagram() |
I'm not sure about these ones, as i'm using server side authentication even with facebook to integrate single-sign on with a normal login feature. |
FSS repository can you explain how you perform server side authentication as Facebook is using oauth? However even in this schemas you need the plug-in to proceed with the acceptation of the user on client side After if you have another solution I would be happy to check it because Facebook plug-in cause me lot of trouble! |
Hi, |
this highly depends on the plugin you are using, not all of them handle the variables the same way |
I want to use the following plugin |
Issues tagged with plugin request are closed but tracked for reactions to gauge interest. @TitikshaDaga there is another issue for the variables/strings of plugins, #624 |
@speedfl were you able to successfully implement any of these social log ins (specifically google +)? I get build issues when trying the googleplus plugin. I've tried several other approaches, and read I've read that you need to downgrade to uiwebview to get google auth to work (capacitor uses wkwebview) |
@corysmc Facebook works fine - check out this article on how to make it work with capacitor https://www.joshmorony.com/using-cordova-plugins-that-require-install-variables-with-capacitor/ - There are just a few steps once the package is installed, and it works great. I am currently implementing google into my app so will let you know how it is |
@oliverandersencox Can you tell us how to do that with |
@Sampath-Lokuge i had no luck with google login, however will try again this week! |
👋 We now have a repo for Capacitor Community proposals. This request has been moved to capacitor-community/proposals#17. Please 👍 the issue if you'd like to see this plugin for Capacitor! Thanks! |
I saw that push plugin is already mentionned.
However lot of apps are using facebook, linkedin and google login.
I think it could be nice to have them in Capacitor
The text was updated successfully, but these errors were encountered: