Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pontusab/google-auth-for-wordpress


https://github.com/pontusab/google-auth-for-wordpress

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

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.
```