https://github.com/mage2pro/amazon-login
The «Login with Amazon» extension for Magento 2
https://github.com/mage2pro/amazon-login
amazon amazon-api authentication login-with-amazon mage2pro mage2pro-authentication mage2pro-module mage2pro-module-ready mage2pro-module-reusable magento magento-extension magento2 magento2-extension magento2-module oauth2
Last synced: 13 days ago
JSON representation
The «Login with Amazon» extension for Magento 2
- Host: GitHub
- URL: https://github.com/mage2pro/amazon-login
- Owner: mage2pro
- Created: 2017-04-01T23:43:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T16:19:52.000Z (almost 3 years ago)
- Last Synced: 2025-07-09T19:53:04.073Z (7 months ago)
- Topics: amazon, amazon-api, authentication, login-with-amazon, mage2pro, mage2pro-authentication, mage2pro-module, mage2pro-module-ready, mage2pro-module-reusable, magento, magento-extension, magento2, magento2-extension, magento2-module, oauth2
- Language: PHP
- Homepage: https://upwork.com/fl/mage2pro
- Size: 140 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The «[**Login with Amazon**](https://mage2.pro/c/extensions/amazon-login)» single sign-on module for Magento 2 securely connect your store with millions of Amazon customers and personalize their experience: http://login.amazon.com
The module is **free** and **open source**.
## Screenshots
### 1.

### 2.

### 3.

### 4.

### 5.

### 6. Registration page

### 7. Login page

### 8. Backend settings

## How to install
[Hire me in Upwork](https://upwork.com/fl/mage2pro), and I will:
- install and configure the module properly on your website
- answer your questions
- solve compatiblity problems with third-party checkout, shipping, marketing modules
- implement new features you need
### 2. Self-installation
```
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/amazon-login:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US
bin/magento maintenance:disable
```
## How to update
```
bin/magento maintenance:enable
composer remove mage2pro/amazon-login
rm -f composer.lock
composer clear-cache
composer require mage2pro/amazon-login:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US
bin/magento maintenance:disable
```