mybbgroup / Isango

MyBB Simple Social Login / Register Using oAuth2
https://mybb.group/Thread-Isango
MIT License
5 stars 7 forks source link
login mybb mybb-plugin oauth2-authentication php registration social-login

Isango

MyBB Simple Social Login / Registration Plugin Using OAuth2


Compatibility

Implemented Features

Planned features so far

Installation

The callback url for all gateways is: http(s)://{$your_site}/member.php?action=login&gateway={$gateway}

For example, if your site is forums.com and you are making app for google, the redirect url you have to set is: https://forums.com/member.php?action=login&gateway=google

For those providers who don't allow fragmented callback url, just set: https://forums.com/member.php ...and it will all work good.

External Dependency:

No external OAuth library has been used in this plugin. It has been implemented complying minimum possible OAuth2 requirements.