PHPackages                             opauth/amazon - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. opauth/amazon

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

opauth/amazon
=============

Amazon strategy for Opauth

0.4(11y ago)028MITPHPPHP &gt;=5.2.0

Since Jul 3Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ragulka/opauth-amazon)[ Packagist](https://packagist.org/packages/opauth/amazon)[ Docs](http://opauth.org)[ RSS](/packages/opauth-amazon/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Opauth-Amazon
=============

[](#opauth-amazon)

[Opauth](https://github.com/opauth/opauth) strategy for Amazon authentication.

Implemented based on

Opauth is a multi-provider authentication framework for PHP.

Getting started
---------------

[](#getting-started)

1. Install Opauth-Amazon:

    ```
    cd path_to_opauth/Strategy
    git clone git://github.com/ragulka/opauth-amazon.git Amazon
    ```
2. Create a Amazon application at App Console

    - 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.
4. Direct user to `http://path_to_opauth/auth/amazon` to authenticate

Strategy configuration
----------------------

[](#strategy-configuration)

Required parameters:

```
