summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Let the application determine allowed scopes based on clientAdam Zimmerman4-5/+8
2013-02-20Storage\Mongo testsJulien Chaumond1-5/+11
2013-02-20Make Mongo collection helper function protectedJulien Chaumond1-1/+1
2013-02-20Implement MongoDB storage class stubJulien Chaumond1-0/+247
2013-02-20Remove redundancy in setUser example implementationJulien Chaumond1-1/+1
2013-02-03adding HttpBasic client assertion typeBrent Shaffer1-0/+87
2013-02-03adds HttpBasic ClientAssertionType, refactors GrantController to match thisBrent Shaffer4-95/+29
2013-02-02fixes #63 - updates all drafts to RFCs where applicableBrent Shaffer17-38/+38
2013-01-29addresses #50 - adds better testingBrent Shaffer1-8/+17
2013-01-29Merge pull request #61 from dazz/bugfix/ContinueBrent Shaffer1-1/+1
2013-01-29fixes #60 - allows scope to be passed in either request or queryBrent Shaffer1-1/+2
2013-01-29removed the continue as it was from the foreach beforedazz1-1/+1
2013-01-29after a more careful reading of the spec (and modeling github api), removes d...Brent Shaffer3-9/+11
2013-01-29Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into developBrent Shaffer2-14/+11
2013-01-29Updated JWT Bearer to check jwt->decode() for false instead of trying to catc...Francis Chuang1-10/+7
2013-01-29renames Util_JWT to Encyrption_JWT to be explicitBrent Shaffer2-5/+5
2013-01-29renames OAuth2_Util_Scope to OAuth2_Scope for cleaner and less annoying class...Brent Shaffer4-5/+5
2013-01-29adds full support for scope customization and docs to bootBrent Shaffer9-26/+162
2013-01-29JWT's decode() now returns false instead of throwing exceptions.Francis Chuang1-5/+5
2013-01-29updates docs at the top of all storage filesBrent Shaffer9-23/+46
2013-01-28Merge pull request #49 from F21/masterBrent Shaffer1-5/+25
2013-01-28addresses #54 - adds tests for Server classBrent Shaffer2-28/+50
2013-01-28Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into developBrent Shaffer1-1/+1
2013-01-28Revert "Updated creating an instance of the GrantedController to not force th...Brent Shaffer1-1/+1
2013-01-27Update src/OAuth2/Autoloader.phpsbonami1-1/+1
2013-01-26resolves conflicts from merging - not sure why these conflicts occurredBrent Shaffer3-13/+17
2013-01-26fixes #47 - enforces post on all grant types, updates tests for thisBrent Shaffer2-2/+7
2013-01-26Changed constant OPENSSL_ALGO_SHA256 to string 'sha256' to maintain backwards...Francis Chuang1-2/+2
2013-01-26adds support for application/json contentTypesBrent Shaffer1-0/+5
2013-01-26Removed setJWT() as it does not provide any useful functionality and added va...Francis Chuang1-10/+6
2013-01-26JWT grant type should take all parameters using POST, not GET.Francis Chuang1-3/+3
2013-01-26Updated creating an instance of the GrantedController to not force the client...Francis Chuang1-1/+1
2013-01-26Remove typing for ClientCredentials storage interface in the grant controller.Francis Chuang1-1/+1
2013-01-26Remove check for the ClientCredentials storage type because grant types that ...Francis Chuang1-3/+1
2013-01-26Changed to LogicException.Francis Chuang1-1/+1
2013-01-26validateClientData in JWTBearer grant type now throws exceptions because the ...Francis Chuang1-2/+2
2013-01-26matching headers with spec when token is returnedBrent Shaffer1-1/+3
2013-01-26Renamed misleading variables and fixed comments.Francis Chuang1-5/+6
2013-01-26Formatting.Francis Chuang1-1/+1
2013-01-26Fixed bug in JWTBearer Grant Type where the decoding key for the JWT is not i...Francis Chuang3-22/+48
2013-01-26Merge pull request #50 from dazz/bugfix/noticeUndefinedVariableBrent Shaffer1-2/+2
2013-01-25fixed: variable and undefined variablesdazz1-2/+2
2013-01-25Silence openssl_verify() in JWT Util because if an error occurs, it will thro...Francis Chuang1-3/+3
2013-01-25Updated JWT Util to support more RSA signing algorithms.Francis Chuang1-4/+24
2013-01-25Updated getAccessTokenData to accept a request (OAuth2_RequestInterface) so t...Francis Chuang3-11/+15
2013-01-24Merge pull request #38 from F21/masterBrent Shaffer4-42/+63
2013-01-24Changed constant OPENSSL_ALGO_SHA256 to string 'sha256' to maintain backwards...Francis Chuang1-2/+2
2013-01-23adds support for application/json contentTypesBrent Shaffer1-0/+5
2013-01-23matching headers with spec when token is returnedBrent Shaffer1-1/+3
2013-01-23Removed setJWT() as it does not provide any useful functionality and added va...Francis Chuang1-10/+6