2017 © Pedro Peláez
 

library opauth-google

Google strategy for Opauth

image

claromentis/opauth-google

Google strategy for Opauth

  • Tuesday, December 29, 2015
  • by astax-t
  • Repository
  • 5 Watchers
  • 0 Stars
  • 437 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 101 Forks
  • 0 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

Opauth-Google

[Opauth][1] strategy for Google authentication., (*1)

Implemented based on https://developers.google.com/accounts/docs/OAuth2 using OAuth 2.0., (*2)

Opauth is a multi-provider authentication framework for PHP., (*3)

Getting started

  1. Install Opauth-Google:, (*4)

    cd path_to_opauth/Strategy
    git clone git://github.com/uzyn/opauth-google.git Google
    
  2. Create a Google APIs project at https://code.google.com/apis/console/, (*5)

    • You do not have to enable any services from the Services tab.
    • Make sure to go to API Access tab and Create an OAuth 2.0 client ID.
    • Choose Web application for Application type
    • Make sure that redirect URI is set to actual OAuth 2.0 callback URL, usually http://path_to_opauth/google/oauth2callback
  3. Configure Opauth-Google strategy., (*6)

  4. Direct user to http://path_to_opauth/google to authenticate, (*7)

Strategy configuration

Required parameters:, (*8)

<?php
'Google' => array(
    'client_id' => 'YOUR CLIENT ID',
    'client_secret' => 'YOUR CLIENT SECRET'
)

Optional parameters: scope, state, access_type, approval_prompt, (*9)

References

License

Opauth-Google is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com), (*10)

The Versions

29/12 2015

1.0.x-dev

1.0.9999999.9999999-dev http://opauth.org

Google strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth google

29/12 2015

1.0.0

1.0.0.0 http://opauth.org

Google strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth google

18/10 2012

dev-master

9999999-dev http://opauth.org

Google strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth google