| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-05-09 | better name for variables in AuthorizeController | Brent Shaffer | 1 | -2/+2 | |
| 2013-05-09 | adds defaults for OAuth2_Response objects back to the server class | Brent Shaffer | 3 | -20/+27 | |
| 2013-05-09 | cherry-picks redis class | 大兵 | 2 | -1/+196 | |
| 2013-05-09 | fixes fatal error and adds test to catch it next time | Brent Shaffer | 1 | -1/+1 | |
| 2013-05-09 | allows for injection of tokenType into the server object | Brent Shaffer | 1 | -26/+24 | |
| 2013-05-09 | ** BC-BREAKING CHANGES ** - changes TokenController constructor so ↵ | Brent Shaffer | 2 | -11/+20 | |
| ClientAssertionType is now the third parameter instead of the first, and it no longer accepts Storage_ClientCredentials, but has to be ClientAssertionTypeInterface | |||||
| 2013-05-09 | adds 'createDefault' methods for all controllers - more accurate naming of ↵ | Brent Shaffer | 1 | -32/+47 | |
| functions | |||||
| 2013-05-09 | adds setters for controller classes, standardises order of the controller ↵ | Brent Shaffer | 1 | -85/+112 | |
| classes, moves protected methods to bottom | |||||
| 2013-05-09 | ** BC-BREAKING CHANGE - accessTokenResponseType parameter in server class is ↵ | Brent Shaffer | 1 | -22/+18 | |
| redundant. This can be derived from the responseType parameter already passed in. Getting rid of it | |||||
| 2013-05-09 | updates readme and docblocks for response refactor | Brent Shaffer | 3 | -5/+10 | |
| 2013-05-09 | fixes variable names | Brent Shaffer | 1 | -2/+2 | |
| 2013-05-06 | fixes php 5.2 issue with interfaces sharing method names | Brent Shaffer | 3 | -6/+29 | |
| 2013-05-06 | cleans up ResponseInterface | Brent Shaffer | 4 | -11/+12 | |
| 2013-05-06 | BC-BREAKING CHANGE - Updates AuthorizeControllerInterface, ResponseInterface | Brent Shaffer | 11 | -185/+45 | |
| 2013-05-05 | BCBREAKING CHANGE - Updates to AuthorizeControllerInterface, ↵ | Brent Shaffer | 7 | -55/+41 | |
| ResourceControllerInterface, TokenTypeInterface | |||||
| 2013-05-05 | all GrantType tests pass | Brent Shaffer | 4 | -46/+57 | |
| 2013-05-05 | BC BREAKING CHANGES - Refactors interfaces for GrantType, ↵ | Brent Shaffer | 11 | -249/+309 | |
| ClientAssertionType, and TokenController | |||||
| 2013-05-05 | moves private method to bottom | Brent Shaffer | 1 | -44/+44 | |
| 2013-05-05 | adds typehinting for getJWTData | Brent Shaffer | 1 | -1/+1 | |
| 2013-05-05 | refactors scope validation and adds scope testing for all grant types | Brent Shaffer | 8 | -33/+45 | |
| 2013-05-05 | addresses #88 - 'FromRequest' does not really make sense, as there are ↵ | Brent Shaffer | 9 | -13/+13 | |
| multiple places this data is stored | |||||
| 2013-05-05 | TokenController cleanup | Brent Shaffer | 2 | -23/+25 | |
| 2013-05-05 | addresses #113 - refactors grant types - they are much cleaner and intuitive now | Brent Shaffer | 8 | -227/+103 | |
| 2013-04-29 | Update Server.php | Brent Shaffer | 1 | -4/+0 | |
| **BC-BREAKING CHANGE** - addresses #108 - removes default jwt granting, as "audience" is required. This needs to be set using `addGrantType` instead. | |||||
| 2013-04-29 | Merge pull request #112 from rjmackay/develop | Brent Shaffer | 3 | -22/+32 | |
| **BC-BREAKING CHANGE** - moves `checkRestrictedGrantType` from `ClientCredentialsInterface` to `ClientCredentialsInterface`. See #111 and #112 | |||||
| 2013-04-29 | Merge pull request #109 from bojanz/unbounded_scopes | Brent Shaffer | 5 | -38/+30 | |
| Better support for unbounded scopes. | |||||
| 2013-04-29 | Fix undefined index 'client_id' errors in OAuth2_Server_Authorize_* Tests | Robbie Mackay | 1 | -2/+2 | |
| 2013-04-29 | Move checkRestrictedGrantType() to ClientInterface | Robbie Mackay | 3 | -20/+20 | |
| Make more sense to have checkRestrictedGrantType in ClientInterface instead of ClientCredentialsInterface as its not really anything to do with 'credentials'. Revert AuthorizeController $clientStorage parameter to ClientInterface | |||||
| 2013-04-29 | Check client's allowed grant types for authorize requests #111 | Robbie Mackay | 1 | -4/+14 | |
| Add checks for restricted grant type to Authorize Controller. Means that clients need 'implicit' grant type to use implicit flow, and clients that can't use auth code flow get bumped on the authorization step not the token step. | |||||
| 2013-04-29 | Better support for unbounded scopes. | Bojan Zivanovic | 5 | -38/+30 | |
| 2013-04-28 | Change Statuscode 400 to 405 if POST-Request is required | steffkes | 1 | -1/+2 | |
| As per http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6 change the statuscode from 400 to 405 and include `Allow`-header indicating that POST must be used to grant an access token. | |||||
| 2013-04-24 | Update Pdo.php | Brent Shaffer | 1 | -2/+3 | |
| fixed #106 | |||||
| 2013-04-20 | fixes #86 - makes http basic authentication POST check optional and removes ↵ | Brent Shaffer | 2 | -11/+16 | |
| GET check | |||||
| 2013-04-16 | User details must have a 'user_id' field, to store in token data | Julien Chaumond | 1 | -1/+4 | |
| 2013-04-16 | Use spaces instead of tabs, to be consistent with the rest of the lib. | Julien Chaumond | 1 | -237/+237 | |
| 2013-04-16 | Make OAuth2_Storage_Mongo properties protected | Julien Chaumond | 1 | -2/+2 | |
| 2013-04-16 | Fix MongoDB server string | Julien Chaumond | 1 | -1/+1 | |
| 2013-04-06 | Merge pull request #89 from bojanz/fix-config-references | Brent Shaffer | 1 | -2/+2 | |
| Fix incorrect references to config variables. | |||||
| 2013-04-04 | Merge pull request #95 from itsmrwave/develop | Brent Shaffer | 1 | -2/+2 | |
| Wrap realm & scope values in "" on 401 errors | |||||
| 2013-04-03 | Place the realm & scope values in "" | King'ori Maina | 1 | -2/+2 | |
| - On Android, the lack of "" caused the Java to throw exceptions when trying to read the response code (Android assumes that when we have a response code like 401 we have the WWW-Authenticate header set) ... also ... it seems that Android is very particlular about the "" - Most examples from the specs have the values of realm in "" i.e. - - http://tools.ietf.org/html/rfc2617#section-3.5 - - http://tools.ietf.org/html/draft-ietf-oauth-v2-10#section-5.2 | |||||
| 2013-04-02 | being anal and replacing 'xxx === null' with 'is_null(xxx)' | Brent Shaffer | 1 | -1/+1 | |
| 2013-04-02 | Merge pull request #74 from bojanz/no_error_on_missing_token_param | Brent Shaffer | 1 | -10/+4 | |
| Missing token param in getAccessTokenData() doesn't return an appropriate error response | |||||
| 2013-04-02 | Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into ↵ | Brent Shaffer | 1 | -1/+0 | |
| develop | |||||
| 2013-04-02 | fixes #90 - sets response property in handleAuthorizeRequest | Brent Shaffer | 1 | -1/+1 | |
| 2013-04-02 | Remove redundant code in getAccessTokenData(), fix token check that is too ↵ | Bojan Zivanovic | 1 | -10/+4 | |
| strict. | |||||
| 2013-03-30 | Remove duplicated line in Server.php | Bojan Zivanovic | 1 | -1/+0 | |
| 2013-03-27 | adds jwt bearer to default grant types | Brent Shaffer | 1 | -0/+5 | |
| 2013-03-27 | fixes responseType and grantType bugs so they can be explicitly set in ↵ | Brent Shaffer | 1 | -9/+37 | |
| constructor and add methods | |||||
| 2013-03-27 | fixes merging of parameters in Authorize Controller so that redirect_uri ↵ | Brent Shaffer | 1 | -1/+1 | |
| doesn't get missed | |||||
| 2013-03-24 | Fix incorrect references to config variables. | Bojan Zivanovic | 1 | -2/+2 | |
