Download the PHP package johnhearfield/flarum-ext-oauth-google without Composer
On this page you can find all versions of the php package johnhearfield/flarum-ext-oauth-google. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download johnhearfield/flarum-ext-oauth-google
More information about johnhearfield/flarum-ext-oauth-google
Files in johnhearfield/flarum-ext-oauth-google
Download johnhearfield/flarum-ext-oauth-google
More information about johnhearfield/flarum-ext-oauth-google
Files in johnhearfield/flarum-ext-oauth-google
Vendor johnhearfield
Package flarum-ext-oauth-google
Short Description Allow users to log in with Google.
License MIT
Package flarum-ext-oauth-google
Short Description Allow users to log in with Google.
License MIT
Keywords Authentication
Please rate this library. Is it a good library?
Informations about the package flarum-ext-oauth-google
Flarum Google Authenticator
Allows users to login using their Google Account.
Installation
To install, use composer:
Usage
- Install extension via Composer / Packagist
- Enable extension in the admin/extensions of Flarum
- Fill in the settings field for the extension
Setup instructions for Google
- Go to the Google API Console: https://console.developers.google.com/project/_/apiui/apis/library
- Create a new project in the dropdown at the top and give it a name (eg My Flarum)
- Once on the project dashboard, search for Google+ and enable the API
- In the sidebar under "API Manager", select Credentials, then select the OAuth consent screen tab.
- Choose an Email Address, specify a Product Name, and press Save.
- In the Credentials tab, select the New credentials drop-down list, and choose OAuth client ID.
- Select Web Application
- The Authorized Javascript origin will be your domain: http://flarum.example.com
- The Authorised redirect URIs will be http://flarum.example.com/auth/google (notice it ends in /auth/google
- From the resulting OAuth client dialog box, you will be able to access the Client ID and the Client Secret will you will need to paste into the settings box on the Flarum extension
Notice The Hosted Domain paramater is for only allowing emails in your Google Apps account access, otherwise you should leave it blank
All versions of flarum-ext-oauth-google with dependencies
PHP Build Version
Package Version
The package johnhearfield/flarum-ext-oauth-google contains the following files
Loading the files please wait ....