diadal / vue-social-auth

Laravel Vue (SPA) Social Auth
75 stars 27 forks source link

Second Method #7

Closed ergys7is closed 4 years ago

ergys7is commented 5 years ago

After the first method is executed successfully AuthProvider(provider) the second one SocialLogin(provider, response) goes on the exception part (catch block). I'm implementing only the front-end part of the application, so what does this method do this.$http.post('/sociallogin/' + provider, response)? Is it a post in my back-end application or on the provider application?

diadal commented 5 years ago

backend to communicate with socialite