I have developed an API in Laravel with the Dingo Framework. Now I want to secure API access with Facebook and/or Google Log-In (for example with OAuth)
Is there a tutorial or something like that? I don't know how to integrate the secure API access into my api.
Thank you!