You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ronzeidman How do I send code to my backend API so that I can authorize user using Socialite? I use subdomain for the API.
Actually the problem is(at least I see it so) is that I cannot redirect my token to backend. There is no redirectUrl
Please explain to me how do I sing in using Facebook and Laravel Socialite.
Socialite expects
code
to be provided to callback. Where do I get it?Also I've noticed that ng2-ui-auth tries to access some page on my SPA
/auth/facebook
. I haven't specified itThe text was updated successfully, but these errors were encountered: