Aug 5, 2018
0
Level 1
Laravel passport and facebook login question
I'm developing a simple note taking APP with Laravel as the API and I would like to add Facebook/Google login.
As I understand, when you click login with Facebook you send the client ID FB provide you and if it's successful FB provide auth code and goes to the provided redirect url with it. But then how do you register/login the user?
Is the redirect url will be POST register/login to my API?
Please or to participate in this conversation.