summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-17adds refresh token configuration to Server classBrent Shaffer2-1/+32
2013-12-17ensures config values are propogated to HttpBasic and ClientCredentials for n...Brent Shaffer3-8/+16
2013-12-17addresses #274 but for RedisBrent Shaffer1-1/+3
2013-12-17adds logic discussed in https://github.com/bshaffer/oauth2-server-php/pull/27...Brent Shaffer11-15/+139
2013-12-16Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer1-1/+1
2013-12-16makes encodeToken protected, so extended methods can override this to add the...Brent Shaffer1-1/+1
2013-12-15fixes #274 - PDO was asserting null credentialsBrent Shaffer1-1/+1
2013-12-15Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer42-45/+469
2013-12-14Merge pull request #244 from julien-c/patch-1Brent Shaffer1-2/+6
2013-12-14Merge pull request #268 from F21/implement-jtiBrent Shaffer8-3/+198
2013-12-03Formatting.F214-2/+7
2013-12-02Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer1-1/+1
2013-12-02runs php-cs-fixer on everything for code standards and whitespace fixingBrent Shaffer36-25/+141
2013-12-01If jti is expires, null is returned.F211-0/+1
2013-12-01Add stubs for Mongo and Redis driver.F212-2/+21
2013-12-01Formatting.F211-1/+0
2013-11-30Merge pull request #266 from weaverryan/patch-1Brent Shaffer1-1/+1
2013-11-30Formatting.F211-1/+1
2013-11-30Implement jti for JWT Bearer tokens to prevent replay attacks.F216-3/+173
2013-11-29Removing unused argument to getAccessTokenDataRyan Weaver1-1/+1
2013-11-27removes php 5.4-specific codeBrent Shaffer1-2/+2
2013-11-27adds automatic setting of user_id to the ClientCredentials grantBrent Shaffer10-14/+61
2013-11-27adds setClientCredentials convenience methods for all Storage typesBrent Shaffer4-11/+62
2013-11-01adds setClientDetails convenience methodBrent Shaffer1-0/+11
2013-11-01Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer14-83/+253
2013-10-31Merge pull request #247 from fitndev/developBrent Shaffer1-1/+1
2013-10-27Removing Laravel specific commit and moving to seperate branchroot1-1/+14
2013-10-16Merge pull request #253 from redwormik/patch-1Brent Shaffer1-1/+1
2013-10-16Fixing CryptoToken refresh token lifetimeredwormik1-1/+1
2013-10-15Unfortunately PHP does not allow for more than one call to fopen(php://input)...root1-14/+1
2013-10-12Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer13-72/+245
2013-09-28Bearer token type was "bearer", however header expected "Bearer". This preven...root1-1/+1
2013-09-25Merge pull request #246 from bshaffer/refactor-crypto-tokensBrent Shaffer13-81/+251
2013-09-25refactors public key logic to be more intuitiveBrent Shaffer13-81/+251
2013-09-24separates CryptoToken storage from AccessToken storage in CryptoTokenInterfaceBrent Shaffer3-9/+12
2013-09-24Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer12-58/+413
2013-09-24Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer89-1986/+3519
2013-09-24Merge pull request #245 from bshaffer/add-crypto-tokensBrent Shaffer12-58/+413
2013-09-24adds user_id to access tokenBrent Shaffer1-0/+1
2013-09-23cleans up server creation in tests, adds docs, makes storing the token string...Brent Shaffer3-8/+33
2013-09-23adds tests for secondary storage and cleans up JWT testsBrent Shaffer6-83/+77
2013-09-23fixes CryptoToken tests by allowing 'algorithm' config argumentBrent Shaffer4-26/+105
2013-09-21fixes storage test namesBrent Shaffer2-2/+2
2013-09-21adds support for JSON crypto tokensBrent Shaffer9-18/+274
2013-09-21fixes tests - adds null option for storage in UserCredentialsTestBrent Shaffer1-1/+1
2013-09-21refactors Storage tests - breaks them out into interface tests for each stora...Brent Shaffer9-355/+391
2013-09-21defines protected property on OAuth2\ResponseType\AccessTokenBrent Shaffer1-0/+1
2013-09-21Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer1-1/+1
2013-09-20More detailed implementation infoJulien Chaumond1-2/+6
2013-09-09Merge pull request #230 from dsquier/developBrent Shaffer1-1/+1