![]() |
[For 1.8] Isango - MyBB Social Login (oAuth2) - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.8] Isango - MyBB Social Login (oAuth2) (/thread-224305.html) |
Isango - MyBB Social Login (oAuth2) - Eldenroot - 2019-08-19 Isango
MyBB Simple Social Login / Registration Plugin Using OAuth2
Compatibility
Installation
External Dependency
Feel free to report any bug or let us know you feedback! Enjoy! DOWNLOAD via MyBB Extend site Coded by MyBB Group - GitHub sources: https://github.com/mybbgroup/Isango Official MyBB Group website to get a free support: https://mybb.group/ RE: Isango - MyBB Social Login (oAuth2) - effone - 2019-08-23 Version 1.1.0 released with security patches outlined by @shade (thanks) Please update. RE: Isango - MyBB Social Login (oAuth2) - iAndrew - 2019-08-23 What are the Oauth redirect urls we use for this plugin? These were what I have been using with the OneAll social login plugin. Discord
GitHub
RE: Isango - MyBB Social Login (oAuth2) - effone - 2019-08-23 For all gateways it is: http(s)://{$your_site}/member.php?action=login&gateway={$gateway} For example, if your site is iandrew.com and you are making app for google, the redirect url you have to set is: https://iandrew.com/member.php?action=login&gateway=google For those providers who don't allow fragmented callback url, just set: https://iandrew.com/member.php ... and it will all work good. RE: Isango - MyBB Social Login (oAuth2) - iAndrew - 2019-08-23 That kind of fixed it but now GitHub is showing this error after authorization. "Returned data from the provider is not verified. Please pass verification of your account data at provider's end and try back." Discord shows this. "Failed to receive token data from 'Discord' (status code: 401). Please contact Administrator." Also the buttons show as using the a.button class on desktop but your own custom buttons for mobile. Desktop https://i.postimg.cc/JzNLyV4k/Screenshot-1.jpg Mobile https://i.postimg.cc/JhRWZ6Gd/Screenshot-2.jpg RE: Isango - MyBB Social Login (oAuth2) - effone - 2019-08-23 Regarding the Github issue; your profile has email set as private and the plugin needs an email in return data (as of now atleast). Please uncheck "Keep my email address private" at Github settings > email so that Github returns an email. The Discord issue appears generic and possibly you have some error in your app setup. We will be writing wiki on making apps per gateway soon. The buttons are purely CSS. Please edit isango.css created and attached with your theme for customizing appearance of buttons.
RE: Isango - MyBB Social Login (oAuth2) - iAndrew - 2019-08-23 Same error with Github even with my email set as public. Discord seems fixed now. RE: Isango - MyBB Social Login (oAuth2) - effone - 2019-08-23 (2019-08-23, 06:37 PM)iAndrew Wrote: Same error with Github even with my email set as public. Discord seems fixed now. Please replace and use the attached config files. [attachment=42139] RE: Isango - MyBB Social Login (oAuth2) - iAndrew - 2019-08-23 Discord and GitHub are now skipping the authorization page and just logging in as my default MyBB login. RE: Isango - MyBB Social Login (oAuth2) - effone - 2019-08-24 Isn't it the desired behavior? Once you accept the app it will register / log you in silently. Edit: I have registered to your site using Github and also connected Discord as additional gateway. Checked both login. Its all working fine for me. |