summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-18Updated documentation for JWTBearer grant type and also updated JWTBearer gra...Francis Chuang4-19/+85
2013-01-18fixes #21 - adds 'expireAccessToken' to access token storage interfaceBrent Shaffer5-2/+54
2013-01-18creates Scope Util, addressess #34Brent Shaffer5-107/+108
2013-01-18merges PR, resolves conflicts, and resolves some formatting issuesBrent Shaffer9-15/+607
2013-01-18Merge branch 'master' of git://github.com/F21/oauth2-server-php into F21-masterBrent Shaffer1-1/+1
2013-01-18Fixed formatting to psr-2 standards.Francis Chuang1-1/+1
2013-01-18resolves php fatal error - interface was extending the wrong classBrent Shaffer1-1/+1
2013-01-18Merge branch 'master' of git://github.com/F21/oauth2-server-php into F21-masterBrent Shaffer4-12/+28
2013-01-18addresses #26 - adding newlines to the end of every fileBrent Shaffer45-45/+41
2013-01-18addresses #26 - PSR2 standards fixesBrent Shaffer6-9/+11
2013-01-18Fixed formatting.Francis Chuang1-2/+1
2013-01-18Converted OAuth2_Util_JWT to non static and updated JWTBearer grant type and ...Francis Chuang3-10/+20
2013-01-18addresses #26 - fixes name of ResponseType_AuthorizationCodeInterfaceBrent Shaffer2-2/+2
2013-01-18Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into developBrent Shaffer1-12/+12
2013-01-18Updated formatting to compile with psr-2.Francis Chuang1-2/+2
2013-01-18Added doc block for JWT generator in the JWT test to explain the parameters.Francis Chuang1-0/+7
2013-01-17Merge branch 'master' of git://github.com/F21/oauth2-server-php into F21-masterBrent Shaffer9-18/+594
2013-01-17Merge pull request #30 from KodoArkivo/developBrent Shaffer1-12/+12
2013-01-17Replaced SQL sprintf's with data bindings to allow use with Postgresql PDO ba...KodoArkivo1-12/+12
2013-01-16Created JWT library for decoding, encoding and verifying JWTs.Francis Chuang1-0/+114
2013-01-16Created tests for JWT bearer authorization grant.Francis Chuang2-0/+196
2013-01-16Updated storage drivers to support JWT bearer authorization grant.Francis Chuang2-4/+22
2013-01-16Implemented ClientAssertionTypeInterface as per bshaffer's suggestion and upd...Francis Chuang2-14/+39
2013-01-16Implemented JWT bearer authorization grant.Francis Chuang2-0/+223
2013-01-14Merge branch 'master' into developBrent Shaffer1-4/+4
2013-01-14Merge branch 'master' of github.com:bshaffer/oauth2-server-phpBrent Shaffer1-4/+4
2013-01-14Merge pull request #23 from damz/topic/typosBrent Shaffer1-4/+4