summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-14Fix copy/paste errors in tests.Damien Tournoud1-4/+4
2013-01-01addresses #19 - uses headers instead of server when looking for AUTHORIZATION...Brent Shaffer2-8/+8
2013-01-01Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into developBrent Shaffer0-0/+0
2012-12-21addresses #3 - adds link to the spec for grant types in READMEBrent Shaffer1-6/+6
2012-12-21addresses #3 - adds link to the spec for grant types in READMEBrent Shaffer1-6/+6
2012-12-21Merge branch 'develop'Brent Shaffer1-1/+4
2012-12-21tries to discourage users from emailing over filing issues in the readmeBrent Shaffer1-1/+4
2012-12-20Merge branch 'develop'v0.2Brent Shaffer35-144/+370
2012-12-20fixes #11 - only returns refresh tokens at the expected timesBrent Shaffer10-32/+103
2012-12-20fixes PDO declaration in readmeBrent Shaffer1-1/+1
2012-12-20fixes PDO declaration in readmeBrent Shaffer1-1/+1
2012-12-17fixes #16 - removes redundant WWW-Authenticate headerBrent Shaffer1-1/+1
2012-12-11Merge pull request #13 from javigs/masterBrent Shaffer2-3/+3
2012-12-11Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into developBrent Shaffer1-17/+49
2012-12-11adds 'content' property - fixes #15Brent Shaffer1-0/+1
2012-12-02Pass refresh_token_lifetime to override defaultjavigs1-2/+2
2012-12-02Missing $config paramsjavigs1-1/+1
2012-12-02Merge pull request #12 from dsquier/developBrent Shaffer1-17/+49
2012-12-02add PDO storage support for refresh tokensDavid Squier1-17/+49
2012-11-16fixes issue #5 - adds interface for getUserDetails so that tokenData can cont...Brent Shaffer8-9/+35
2012-11-13makes storage call staticBrent Shaffer4-4/+4
2012-11-12allows for dependency injection of request object (to allow for HttpFoundatio...Brent Shaffer27-81/+177
2012-11-09readme fixesBrent Shaffer1-16/+16