Download the PHP package renegare/soauth without Composer
On this page you can find all versions of the php package renegare/soauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package soauth
SOAuth - Simple Silex OAuth2 Provider
currently only supports the following flows:
- Authorization Code
- Refresh Code
Requirements
- PHP 5.4
- composer (preferably latest)
Installation
Usage
There is no documentation other than the tests. Please take a look in direcotory or read the source code.
Test
Check out the repo and from the top level directory run the following command (xdebug required for coverage):
Road Map
Phase 1 (v0.0.1)
- Access Provider - refresh flow not done // Done
- Refactor ... a lot of things are prefixed with 'Access' ... remove it // Done
- Access Controller needs to expect+verify client secret // Done
- Fix any subsequent bugs from the wild!?
Phase 2 (v0.1)
- Refactor so symfony/security and silex/silex is an optional dependency
- Auth Controller needs to be refactored to handle multiple authentication flows (make it extendable?)
- Invalidate end point ... ?
Phase 3 (v1.0)
- Implement outstanding official flows
Phase 4 (v1.0.x)
- Implement auth flow that handles/proxies authentication via social platforms ... is that even possible?!
All versions of soauth with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
symfony/http-foundation Version >=2.3,<2.6-dev
symfony/validator Version >=2.4,<2.5.3
symfony/http-foundation Version >=2.3,<2.6-dev
symfony/validator Version >=2.4,<2.5.3
The package renegare/soauth contains the following files
Loading the files please wait ....