2017 © Pedro Peláez
 

library amazon

Amazon strategy for Opauth

image

opauth/amazon

Amazon strategy for Opauth

  • Thursday, July 3, 2014
  • by ragulka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Opauth-Amazon

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

Implemented based on https://login.amazon.com/documentation, (*2)

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

Getting started

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

    cd path_to_opauth/Strategy
    git clone git://github.com/ragulka/opauth-amazon.git Amazon
    
  2. Create a Amazon application at App Console https://login.amazon.com/manageApps, (*5)

    • Make sure that redirect URI is set to actual OAuth 2.0 callback URL, usually https://path_to_opauth/auth/amazon/oauth2callback
  3. Configure Opauth-Amazon strategy., (*6)

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

Strategy configuration

Required parameters:, (*8)

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

Optional parameters: scope, redirect_uri, (*9)

References

License

Opauth-Amazon is MIT Licensed Copyright © 2014 Illimar Tambek (http://github.com/ragulka), (*10)

The Versions

03/07 2014

dev-master

9999999-dev http://opauth.org

Amazon strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth amazon

03/07 2014

0.4

0.4.0.0 http://opauth.org

Amazon strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth amazon