Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 697 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 697 Bytes

Pimcore 4 Google Login

Pimcore 4 plugin that allows to use Google credentials to log into Pimcore's admin panel

Features

  • Log into Pimcore's admin panel using your Google account (and two-step verification!)

Installation

composer require divante-ltd/pimcore-google-login

After installation, go to Extensions in your Pimcore admin panel, click on configure. Fill up all the fields using data from Google Developers Console (https://console.developers.google.com/apis/credentials/oauthclient).

For redirect_uri use "http://yourdomain/plugin/GoogleLogin/index/index"

Make sure to set the same authorised redirect URI in Developers Console. Also authorise your domain as JS source.