summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-03Place the realm & scope values in ""King'ori Maina1-2/+2
2013-04-02being anal and replacing 'xxx === null' with 'is_null(xxx)'Brent Shaffer1-1/+1
2013-04-02Merge pull request #74 from bojanz/no_error_on_missing_token_paramBrent Shaffer1-10/+4
2013-04-02Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into d...Brent Shaffer1-1/+0
2013-04-02fixes #90 - sets response property in handleAuthorizeRequestBrent Shaffer1-1/+1
2013-04-02Remove redundant code in getAccessTokenData(), fix token check that is too st...Bojan Zivanovic1-10/+4
2013-03-30Remove duplicated line in Server.phpBojan Zivanovic1-1/+0
2013-03-27adds jwt bearer to default grant typesBrent Shaffer1-0/+5
2013-03-27fixes responseType and grantType bugs so they can be explicitly set in constr...Brent Shaffer1-9/+37
2013-03-27fixes merging of parameters in Authorize Controller so that redirect_uri does...Brent Shaffer1-1/+1
2013-03-24Fix incorrect references to config variables.Bojan Zivanovic1-2/+2
2013-03-23resolving pull request #77Brent Shaffer7-63/+63
2013-03-23links to docs for error messageBrent Shaffer1-0/+1
2013-03-16fixes #78 - makes db and config protected properties in Pdo storage classBrent Shaffer1-2/+2
2013-03-06Pass the default scope to storage.Bojan Zivanovic2-4/+3
2013-03-03Merge pull request #73 from bojanz/pass_scopeBrent Shaffer2-3/+3
2013-03-02Merge pull request #75 from bojanz/get_status_textBrent Shaffer1-0/+6
2013-03-02Add a getter function for the Response status text.Bojan Zivanovic1-0/+6
2013-03-02Rename controllers to match spec (access -> resource, grant -> token).Bojan Zivanovic7-63/+63
2013-03-02Server doesn't pass $scope to getAccessTokenData().Bojan Zivanovic2-3/+3
2013-03-02Make the allow_implicit config check less strict.Bojan Zivanovic1-1/+1
2013-03-02makes client_id an optional parameter to getSupportedScopes - not all applica...Brent Shaffer3-3/+3
2013-03-02fixes #65 - Mongo storage returns false instead of nullBrent Shaffer1-4/+4
2013-03-02tweaks to mongo testsBrent Shaffer1-46/+46
2013-03-02Merge branch 'develop' of http://github.com/julien-c/oauth2-server-php into j...Brent Shaffer1-5/+11
2013-02-26Set the authorization header even if it's not Basic AuthAdam Zimmerman1-5/+8
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