5

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!

Daniel Pomrehn
  • 791
  • 3
  • 8
  • 23

1 Answers1

0

Some links that might point you in the right direction:

Dingo seems to support (https://github.com/dingo/api/wiki/Authentication) OAuth2 via https://github.com/thephpleague/oauth2-server

then check these associated packages.

https://github.com/thephpleague/oauth2-facebook

Squiggs.
  • 4,299
  • 6
  • 49
  • 89