summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-05all GrantType tests passBrent Shaffer4-46/+57
2013-05-05BC BREAKING CHANGES - Refactors interfaces for GrantType, ClientAssertionType...Brent Shaffer11-249/+309
2013-05-05moves private method to bottomBrent Shaffer1-44/+44
2013-05-05adds typehinting for getJWTDataBrent Shaffer1-1/+1
2013-05-05refactors scope validation and adds scope testing for all grant typesBrent Shaffer8-33/+45
2013-05-05addresses #88 - 'FromRequest' does not really make sense, as there are multip...Brent Shaffer9-13/+13
2013-05-05TokenController cleanupBrent Shaffer2-23/+25
2013-05-05addresses #113 - refactors grant types - they are much cleaner and intuitive nowBrent Shaffer8-227/+103
2013-04-29Update Server.phpBrent Shaffer1-4/+0
2013-04-29Merge pull request #112 from rjmackay/developBrent Shaffer3-22/+32
2013-04-29Merge pull request #109 from bojanz/unbounded_scopesBrent Shaffer5-38/+30
2013-04-29Fix undefined index 'client_id' errors in OAuth2_Server_Authorize_* TestsRobbie Mackay1-2/+2
2013-04-29Move checkRestrictedGrantType() to ClientInterfaceRobbie Mackay3-20/+20
2013-04-29Check client's allowed grant types for authorize requests #111Robbie Mackay1-4/+14
2013-04-29Better support for unbounded scopes.Bojan Zivanovic5-38/+30
2013-04-28Change Statuscode 400 to 405 if POST-Request is requiredsteffkes1-1/+2
2013-04-24Update Pdo.phpBrent Shaffer1-2/+3
2013-04-20fixes #86 - makes http basic authentication POST check optional and removes G...Brent Shaffer2-11/+16
2013-04-16User details must have a 'user_id' field, to store in token dataJulien Chaumond1-1/+4
2013-04-16Use spaces instead of tabs, to be consistent with the rest of the lib.Julien Chaumond1-237/+237
2013-04-16Make OAuth2_Storage_Mongo properties protectedJulien Chaumond1-2/+2
2013-04-16Fix MongoDB server stringJulien Chaumond1-1/+1
2013-04-06Merge pull request #89 from bojanz/fix-config-referencesBrent Shaffer1-2/+2
2013-04-04Merge pull request #95 from itsmrwave/developBrent Shaffer1-2/+2
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