Add facebook authentication to laravel app
Project detail
DESCRIPTION:
I would like to authenticate a user through Facebook and update a field with a long lasting authentication token. The flow should be as follows:
User clicks ‘Authenticate to Facebook’ button, gets taken to Facebook to authenticate, and then the database is updated with a long lasting user access token once the callback is created.
I would like to use Laravel socialite to do this operation
TIMELINE:
As soon as available.
BUDGET:
Under $50
VERIFICATION:
Long lasting user access token is stored and all authentication is handled through the frontend.