summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-08Remove unused columns in oauth_clientsdsquier1-1/+1
2013-09-08fixes #215 - makes Redis Scope Storage obey the same paradigm as PDOBrent Shaffer5-30/+80
2013-09-08fixes #228 - removes scope group - we don't want this implementation logic, c...Brent Shaffer3-31/+28
2013-09-07fixes #227 - squelches open basedir restriction errorBrent Shaffer1-1/+1
2013-09-05Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer1-0/+3
2013-09-05better support for scopes in PDOBrent Shaffer3-33/+56
2013-09-03Merge pull request #223 from svycka/patch-1Brent Shaffer1-0/+3
2013-09-03fixes #224 - makes and protected propertiesBrent Shaffer1-2/+7
2013-09-03Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer5-4/+114
2013-09-02Updated docblocks for RefreshTokenInterface.phpVytautas Stankus1-0/+3
2013-08-26Merge pull request #217 from dsquier/developBrent Shaffer5-4/+114
2013-08-23Implement ScopeInterface for PDO, Redisdsquier5-4/+114
2013-08-12fixes unnecessary BC breaking changes made by 69ba3a2v1.0Brent Shaffer4-27/+42
2013-08-11fixes getUserCredentials by standardizing on 'user_id' for all fieldsBrent Shaffer9-53/+95
2013-08-11Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer1-10/+12
2013-08-11Merge pull request #203 from ademarre/201-configure-redir-codeBrent Shaffer1-10/+12