An open API service indexing awesome lists of open source software.

https://github.com/ludofleury/oauth2

OAuth2 PHP R&D
https://github.com/ludofleury/oauth2

Last synced: 4 months ago
JSON representation

OAuth2 PHP R&D

Awesome Lists containing this project

README

          

# Research & Development project about OAuth2

_This is a pure PHP translation from the RFC_ (__Version draft 25__)

All interfaces are documented (@version, @api, @links, @return).
Project structure is PSR-0 and is normalized in this way :

* src
* [grant flow type]
* Authorization
* Request
* Response
* Error
* AccessToken
* Request
* Response
* Error