I developed an API in Laravel with the Dingo Framework. Now I want to access the API using Facebook and / or logging in to Google (e.g. using OAuth).
Is there a textbook or something like that? I do not know how to integrate protected API access into my api.
Thank!
source
share