Julio Montoya 28ea16582a Updating vendors | 11 years ago | |
---|---|---|
.. | ||
GoogleStrategy.php | 11 years ago | |
README.md | 11 years ago | |
composer.json | 11 years ago |
Opauth strategy for Google authentication.
Implemented based on https://developers.google.com/accounts/docs/OAuth2 using OAuth 2.0.
Opauth is a multi-provider authentication framework for PHP.
Install Opauth-Google:
cd path_to_opauth/Strategy
git clone git://github.com/uzyn/opauth-google.git Google
Create a Google APIs project at https://code.google.com/apis/console/
http://path_to_opauth/google/oauth2callback
Configure Opauth-Google strategy.
Direct user to http://path_to_opauth/google
to authenticate
Required parameters:
<?php
'Google' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
Optional parameters:
scope
, state
, access_type
, approval_prompt
Opauth-Google is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com)