The-Commit-Company / frappe-react-sdk

React hooks for Frappe
https://frappe-react.vercel.app
MIT License
114 stars 36 forks source link

Trouble with Social Login Implementation in Frappe React SDK #74

Open badrihekam opened 2 days ago

badrihekam commented 2 days ago

I'm using the Frappe React SDK for a project, and while standard username/password authentication works perfectly, I'm struggling with implementing social logins (Google/Facebook), both signup and login. am not sure if i am doing something wrong or the feature is not included in the sdk

Any insights or guidance on resolving this issue would be greatly appreciated!

nikkothari22 commented 2 days ago

Do you have Social Login setup on your Frappe site?

If yes, you can check Raven's Login page which has support for all types of login methods using Frappe React SDK.