Syncano/syncano-dashboard

How to configure for social logins?

tiendq opened this issue · 1 comments

I didn't find any instruction for app configuration, unfortunately after digging source code for awhile I found a file named Hello.js that contains client ID constants for Facebook, Google, and Github.

I registered an Github app and modified Hello.js with an actual app client ID like below. Clicking on Login with Github worked (I saw authorization popup, agreed, popup closed) but I still see the sign up page after that instead of changed to logged in/signed up state.

credentials.github = 'a6c2bfbd5fxyzxyzxyz';

Since I have no idea about redirect_url, I used home page URL (https://localhost:8080). Is it problem?

Thanks,

According to your blog post, social logins are your internal use so I close this issue.