summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Merge pull request #268 from F21/implement-jtiBrent Shaffer6-2/+137
2013-12-03Formatting.F213-1/+6
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 Shaffer24-18/+109
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-30Formatting.F211-1/+1
2013-11-30Implement jti for JWT Bearer tokens to prevent replay attacks.F214-2/+112
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 Shaffer6-12/+31
2013-11-27adds setClientCredentials convenience methods for all Storage typesBrent Shaffer3-11/+43
2013-11-01adds setClientDetails convenience methodBrent Shaffer1-0/+11
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-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-09-28Bearer token type was "bearer", however header expected "Bearer". This preven...root1-1/+1
2013-09-25refactors public key logic to be more intuitiveBrent Shaffer6-57/+156
2013-09-24separates CryptoToken storage from AccessToken storage in CryptoTokenInterfaceBrent Shaffer3-9/+12
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 Shaffer2-3/+30
2013-09-23adds tests for secondary storage and cleans up JWT testsBrent Shaffer2-10/+12
2013-09-23fixes CryptoToken tests by allowing 'algorithm' config argumentBrent Shaffer2-6/+10
2013-09-21adds support for JSON crypto tokensBrent Shaffer5-1/+162
2013-09-21defines protected property on OAuth2\ResponseType\AccessTokenBrent Shaffer1-0/+1
2013-09-20More detailed implementation infoJulien Chaumond1-2/+6
2013-09-08fixes #215 - makes Redis Scope Storage obey the same paradigm as PDOBrent Shaffer1-11/+10
2013-09-08fixes #228 - removes scope group - we don't want this implementation logic, c...Brent Shaffer1-16/+8
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 Shaffer1-10/+22
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-02Updated docblocks for RefreshTokenInterface.phpVytautas Stankus1-0/+3
2013-08-23Implement ScopeInterface for PDO, Redisdsquier2-2/+51
2013-08-12fixes unnecessary BC breaking changes made by 69ba3a2v1.0Brent Shaffer3-22/+37
2013-08-11fixes getUserCredentials by standardizing on 'user_id' for all fieldsBrent Shaffer4-35/+67
2013-08-11Merge pull request #203 from ademarre/201-configure-redir-codeBrent Shaffer1-10/+12
2013-08-11Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer3-3/+7
2013-08-11fixes #205 - ensures unnecessary ? is not set when query is emptyBrent Shaffer1-1/+1
2013-08-04Fixed call to LogicExceptionBartosz GaƂuszka1-1/+1
2013-08-01Add redirect_status_code config param for AuthorizeControllerAndre DeMarre1-10/+12
2013-07-31Add unit testing and apply fix to checkRestricted method of Redis storageTrent Petersen1-1/+3
2013-07-31Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Trent Petersen1-1/+8
2013-07-31Add explode to checkRestrictedGrant in PDO StorageTrent Petersen1-1/+3
2013-07-29fixes #197 - adds support for 'false' default scope in Token controllerBrent Shaffer1-1/+8
2013-07-24fixes #192 - reference errors and adds testsBrent Shaffer3-3/+5
2013-07-24fix undefined classes.Yuichi Shiwaku6-8/+8