summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-24Merge pull request #38 from F21/masterBrent Shaffer6-67/+163
2013-01-24Updated JWT bearer tests so that PHP 5.2 uses just the SHA-256 algorithm sinc...Francis Chuang2-1/+27
2013-01-24Changed constant OPENSSL_ALGO_SHA256 to string 'sha256' to maintain backwards...Francis Chuang1-2/+2
2013-01-24Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into developBrent Shaffer1-27/+42
2013-01-24adds newline at end of file - trying to refresh the github treeBrent Shaffer1-1/+1
2013-01-23Merge pull request #41 from Arul-/patch-1Brent Shaffer1-28/+43
2013-01-23Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into d...Brent Shaffer0-0/+0
2013-01-23adds support for application/json contentTypesBrent Shaffer1-0/+5
2013-01-23matching headers with spec when token is returnedBrent Shaffer1-1/+3
2013-01-23adds support for application/json contentTypesBrent Shaffer1-0/+5
2013-01-23Various fixes to PdoTestStefan Axelsson2-27/+53
2013-01-23Updated test public/private keys to correct format to prevent "openssl_sign()...Francis Chuang2-3/+32
2013-01-23Removed setJWT() as it does not provide any useful functionality and added va...Francis Chuang1-10/+6
2013-01-23Updated JWT tests so that test data is passed in via POST and not GET.Francis Chuang1-21/+21
2013-01-23JWT grant type should take all parameters using POST, not GET.Francis Chuang1-3/+3
2013-01-23Updated creating an instance of the GrantedController to not force the client...Francis Chuang1-1/+1
2013-01-23Remove typing for ClientCredentials storage interface in the grant controller.Francis Chuang1-1/+1
2013-01-23Remove check for the ClientCredentials storage type because grant types that ...Francis Chuang1-3/+1
2013-01-23Added syntax highlighting to all php codeArul1-28/+43
2013-01-22Changed to LogicException.Francis Chuang1-1/+1
2013-01-22validateClientData in JWTBearer grant type now throws exceptions because the ...Francis Chuang1-2/+2
2013-01-22matching headers with spec when token is returnedBrent Shaffer1-1/+3
2013-01-22Fixed formatting.Francis Chuang1-15/+16
2013-01-21Merge branch 'develop'v0.3Brent Shaffer59-299/+521
2013-01-21Merge branch 'restrict_granttypes_to_post' into developBrent Shaffer15-88/+103
2013-01-21ensures all tests pass for new branhcBrent Shaffer2-1/+7
2013-01-21addresses #32 - grant types are now HTTP POST onlyBrent Shaffer13-87/+96
2013-01-21adds documentation for the controller layerBrent Shaffer6-5/+47
2013-01-21adds tests for fix to #39Brent Shaffer2-0/+19
2013-01-21Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into developBrent Shaffer7-40/+135
2013-01-21fixes #39Brent Shaffer1-1/+1
2013-01-21Merge pull request #37 from dsquier/developBrent Shaffer1-2/+2
2013-01-21Renamed misleading variables and fixed comments.Francis Chuang1-5/+6
2013-01-21Added test for testing clients that do not have a JWT decoding key associated...Francis Chuang2-1/+20
2013-01-21Formatting.Francis Chuang1-1/+1
2013-01-21Fixed bug in JWTBearer Grant Type where the decoding key for the JWT is not i...Francis Chuang3-22/+48
2013-01-21Fix for expireAuthorizationCode() in Pdo.phpDavid Squier1-1/+1
2013-01-21Fix for getRefreshToken() in Pdo.phpDavid Squier1-1/+1
2013-01-20Merge pull request #36 from F21/masterBrent Shaffer2-4/+7
2013-01-20Updated documentation for JWTBearerInterface.Francis Chuang1-3/+2
2013-01-20JWTBearer storage interface does not need to extend the ClientInterface.Francis Chuang1-1/+1
2013-01-20Updated README to document the JWT authorization grant type.Francis Chuang1-0/+4
2013-01-19Merge pull request #35 from F21/masterBrent Shaffer6-34/+126
2013-01-19Fixed formatting.Francis Chuang1-5/+5
2013-01-18Fixed casing of PHP keywords.Francis Chuang1-1/+1
2013-01-18Fixed casing of null in a few files.Francis Chuang3-7/+7
2013-01-18Added doc block for getJWT() in JWTBearerTest.Francis Chuang1-3/+4
2013-01-18Formatted php docblocks.Francis Chuang1-5/+6
2013-01-18Fxied formatting.Francis Chuang3-34/+35
2013-01-18Updated tests for JWT brearer grant type to test for the "sub" property.Francis Chuang2-4/+27