laravel / socialite

Laravel wrapper around OAuth 1 & OAuth 2 libraries.
https://laravel.com/docs/socialite
MIT License
5.58k stars 940 forks source link

Magento #344

Closed ghost closed 5 years ago

ghost commented 5 years ago

Is it possible to create a way to use Magento with Laravel Socialite?

driesvints commented 5 years ago

Not as a 1st party. I checked https://socialiteproviders.netlify.com/about.html but there wasn't one listed so you'll have to build your own or search for one.

ghost commented 5 years ago

I am happy having a go at creating one I was just wondering whether it could be done.

driesvints commented 5 years ago

Socialite can have custom providers (as you see with the link above) but I don't know anything about Magento to know how that would be implemented.