Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pontusab/google-auth-for-wordpress
https://github.com/pontusab/google-auth-for-wordpress
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pontusab/google-auth-for-wordpress
- Owner: pontusab
- Created: 2013-11-21T10:22:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-21T11:31:16.000Z (about 11 years ago)
- Last Synced: 2025-01-11T04:25:20.752Z (14 days ago)
- Language: PHP
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```