diff --git a/src/Grant/GoogleSso.php b/src/Grant/GoogleSso.php new file mode 100644 index 0000000..ab05926 --- /dev/null +++ b/src/Grant/GoogleSso.php @@ -0,0 +1,27 @@ +grantFactory->setGrant('impersonate', new Impersonate); + //google sso grant + $this->grantFactory->setGrant('google_sso', new GoogleSso); + //setting logger if (empty($collaborators['logger'])) { $collaborators['logger'] = new Logger();