gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

Using Laravel Socialite in the App #1131

Closed SkullDark1 closed 2 years ago

SkullDark1 commented 2 years ago

Hello,

As we can't use redirect(), I am looking to use this

return Socialite::driver('facebook')->redirect();

Therefore, I tried many ways, but I couldn't.

image

Kyon147 commented 2 years ago

Hi @SkullDark1

The package has not really been set up in mind to work alongside Socialite as we handle the OAUTH for Shopify itself as part of the auth flow.

Going to close this ticket for now as it is not an issue or in scope with the package.