thephpleague / oauth2-client

Easy integration with OAuth 2.0 service providers.
http://oauth2-client.thephpleague.com
MIT License
3.65k stars 752 forks source link

Add FAQ questions to website #750

Open BonBonSlick opened 5 years ago

BonBonSlick commented 5 years ago
stof commented 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)

mxdpeep commented 5 years ago

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

ramsey commented 4 years ago

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. 😄