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
- Host: GitHub
- URL: https://github.com/ludofleury/oauth2
- Owner: ludofleury
- Created: 2012-04-21T03:42:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-21T04:04:56.000Z (over 13 years ago)
- Last Synced: 2025-03-16T16:37:04.532Z (7 months ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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