-
Notifications
You must be signed in to change notification settings - Fork 7
App Setup: Google Connection
Eldenroot edited this page Feb 28, 2021
·
1 revision
Site owners need to create a 'web application' at Google developer portal first:
https://console.developers.google.com/
From the project list, select a project or create a new one and continue to APIs & services. On the left site click "Credentials" -> click "Create Credentials" -> select "OAuth client ID". Then from the dropdown menu select Application type - "Web application" and fill the fields below:
- Name: Add a name for your new app.
- Authorized JavaScript origins:
https://yoursite.com
- Authorized redirect URIs:
https://yoursite.com/member.php?action=login&gateway=google
Sample app screen should be like:
Now grab the provided Client ID
and Client Secret
and add it to your MyBB Isango plugin settings, hit "Save" button and you are done!
Official release thread MyBB Group > Isango
-
Facebook - WIP
-
LinkedIn - WIP
-
Microsoft - WIP
- Custom and predefined Buttons for login and register
- FontAwesome support and basic CSS tutorial