Skip to content

pontusab/Google-Auth-For-WordPress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Google-Auth-For-WordPress

Auth\Google::$clientId     = ''; // Client id from Google API console
Auth\Google::$clientSecret = ''; // Client secret from Google API console
Auth\Google::$scope        = ''; // Wanted scopes, profile email openid
Auth\Google::$domain       = ''; // Lock the login by domain
Auth\Google::$role         = ''; // The new authenticated users role, WordPress "subscriber" and so on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages