FriendsOfFlarum / oauth

Allow users to log in with GitHub, Twitter, Facebook, and more!
https://discuss.flarum.org/d/25182
MIT License
42 stars 14 forks source link

Add "Login with Amazon" support #29

Closed Hari-Bonda closed 2 years ago

Hari-Bonda commented 3 years ago

Feature Request

Is your feature request related to a problem? Please describe.

Add the Login with Amazon

Describe the solution you'd like

there are projects for login with amazon on GitHub which could close this gap.

https://www.google.com/search?q=login+with+amazon+auth+github https://github.com/amzn/login-with-amazon-wordpress

https://developer.amazon.com/apps-and-games/login-with-amazon

Describe alternatives you've considered

N/A

imorland commented 2 years ago

Hi @Hari-Bonda 👋

We don't want to increase the maintainance overhead on the FoF team to support a large number of providers. Starting with fof/oauth 1.1.0 it is now possible for extensions to register additional providers.

You'll be pleased to know that Log in with Amazon is the first extension to use this new functionality! Please check it out: composer require ianm/oauth-amazon:"*"

I'll close this issue now, as we won't be adding Amazon support directly to this extension.