Open BonBonSlick opened 5 years ago
Well, https://oauth.net/code/ has 2 sections, one for server libraries and one for client libraries. These are the 2 libraries of phpleague (one for each category).
The server and client libraries are related to the 2 sides of the OAuth2 protocol:
In your use case, you probably need both (as you are the client-side of the protocol for the Facebook auth)
imagine server as if you are Google or GitHub and want to make your server as an OAuth service provider client implementations use different providers to connect to those services
I've changed the label on this to docs
and updated the title to "Add FAQ questions to website."
This is a great task for someone to help contribute to this project by setting up an FAQ page for the website and working on the content that should go on that page, starting with some of the questions asked here. 😄
Most of packages are outdated for OAuth, other devs develop like https://github.com/adoy/PHP-OAuth2/blob/master/src/OAuth2/Client.php?
I want protect my api with Oauth and provide authentication for third providers like Facebook etc through my API.