Google Sign-In (#4261)
commita55b8b6772edc30ce9e5a83953554b1a1c18bc7e
authorKen Chapple <ken.chapple@gmail.com>
Tue, 9 Mar 2021 17:09:05 +0000 (9 12:09 -0500)
committerGitHub <noreply@github.com>
Tue, 9 Mar 2021 17:09:05 +0000 (9 09:09 -0800)
tree0223a429bc459228670fb998e3148896f6e232bd
parentc38c7249b5260ebcccd878ab995b586b6c8a1b80
Google Sign-In (#4261)

* Adding Google Sign-In, which allows user to login to OpenEMR using a Google email address

Co-authored-by: Daniel Pflieger <daniel@mi-squared.com>
Co-authored-by: daniel <daniel@growlingflea.com>
Co-authored-by: Brady Miller <brady.g.miller@gmail.com>
12 files changed:
composer.json
composer.lock
interface/login/login.php
interface/usergroup/user_admin.php
interface/usergroup/usergroup_admin.php
interface/usergroup/usergroup_admin_add.php
library/auth.inc
library/globals.inc.php
sql/6_0_0-to-6_1_0_upgrade.sql
sql/database.sql
src/Common/Auth/AuthUtils.php
src/Services/UserService.php