| Age | Commit message (Collapse) | Author | Files | Lines |
|
* add test to showcase a bug when comparaing redirect_uri in grant type
"code"
* fix redirect_uri comparaison with grant type "code"
|
|
|
|
|
|
|
|
UserClaims into OpenID dir
|
|
|
|
|
|
|
|
|
|
always validated 2. ensures client grant types are always validated 3. moves client scope storage to OAuth2\Storage\ClientInterface 4. refactors storage class to interface change 5. TokenController now requires OAuth2\Storage\ClientInterface
|
|
https://github.com/bshaffer/oauth2-server-php/pull/275#issuecomment-30712851, adds tests from @weierophinney
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
secret is an empty string
|
|
|
|
|
|
error case
|
|
added for this.
|
|
|
|
|
|
since openssl is not avaliable for PHP 5.2 on travis-ci.
|
|
"openssl_sign(): supplied key param cannot be coerced into a private key".
|
|
associated with it.
|
|
|
|
|
|
|
|
|
|
server object accordingly
|
|
to identify classes which return OAuth2 responses
|
|
OAuth2_Request object
|
|
|