PHP App as a OAuth 2.0 Server
Quelques liens :
https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2 : un introduction générale à OAuth 2.0
Une autre introduction, simplifiée, notamment à partir de la slide 25 : http://fr.slideshare.net/rohitsghatol/oauth-20-simplified
Un exemple de serveur OAuth2 en PHP : https://github.com/bshaffer/oauth2-demo-php (basé sur Silex)
Quelque soit l'application ou le framework concernés, le "serveur" OAuth en PHP doit servir deux routes (URL) essentielles : /authorize (GET et POST) et /token















