| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-11-27 | adds automatic setting of user_id to the ClientCredentials grant | Brent Shaffer | 6 | -12/+31 | |
| 2013-11-27 | adds setClientCredentials convenience methods for all Storage types | Brent Shaffer | 3 | -11/+43 | |
| 2013-11-01 | adds setClientDetails convenience method | Brent Shaffer | 1 | -0/+11 | |
| 2013-10-31 | Merge pull request #247 from fitndev/develop | Brent Shaffer | 1 | -1/+1 | |
| Make Bearer token type consistent | |||||
| 2013-10-27 | Removing Laravel specific commit and moving to seperate branch | root | 1 | -1/+14 | |
| 2013-10-16 | Fixing CryptoToken refresh token lifetime | redwormik | 1 | -1/+1 | |
| 2013-10-15 | Unfortunately PHP does not allow for more than one call to ↵ | root | 1 | -14/+1 | |
| fopen(php://input). This was causing havok on PUT requests with JSON payloads in Laravel. Theres got to be a better fix but I dont have time to worry about it now. | |||||
| 2013-09-28 | Bearer token type was "bearer", however header expected "Bearer". This ↵ | root | 1 | -1/+1 | |
| prevented callers from using the returned token type with the Authorization heder in subsequent calls | |||||
| 2013-09-25 | refactors public key logic to be more intuitive | Brent Shaffer | 6 | -57/+156 | |
| 2013-09-24 | separates CryptoToken storage from AccessToken storage in CryptoTokenInterface | Brent Shaffer | 3 | -9/+12 | |
| 2013-09-24 | adds user_id to access token | Brent Shaffer | 1 | -0/+1 | |
| 2013-09-23 | cleans up server creation in tests, adds docs, makes storing the token ↵ | Brent Shaffer | 2 | -3/+30 | |
| string the default | |||||
| 2013-09-23 | adds tests for secondary storage and cleans up JWT tests | Brent Shaffer | 2 | -10/+12 | |
| 2013-09-23 | fixes CryptoToken tests by allowing 'algorithm' config argument | Brent Shaffer | 2 | -6/+10 | |
| 2013-09-21 | adds support for JSON crypto tokens | Brent Shaffer | 5 | -1/+162 | |
| 2013-09-21 | defines protected property on OAuth2\ResponseType\AccessToken | Brent Shaffer | 1 | -0/+1 | |
| 2013-09-20 | More detailed implementation info | Julien Chaumond | 1 | -2/+6 | |
| 2013-09-08 | fixes #215 - makes Redis Scope Storage obey the same paradigm as PDO | Brent Shaffer | 1 | -11/+10 | |
| 2013-09-08 | fixes #228 - removes scope group - we don't want this implementation logic, ↵ | Brent Shaffer | 1 | -16/+8 | |
| comeon people | |||||
| 2013-09-07 | fixes #227 - squelches open basedir restriction error | Brent Shaffer | 1 | -1/+1 | |
| 2013-09-05 | Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ↵ | Brent Shaffer | 1 | -0/+3 | |
| develop | |||||
| 2013-09-05 | better support for scopes in PDO | Brent Shaffer | 1 | -10/+22 | |
| 2013-09-03 | Merge pull request #223 from svycka/patch-1 | Brent Shaffer | 1 | -0/+3 | |
| Updated docblocks for RefreshTokenInterface.php | |||||
| 2013-09-03 | fixes #224 - makes and protected properties | Brent Shaffer | 1 | -2/+7 | |
| 2013-09-02 | Updated docblocks for RefreshTokenInterface.php | Vytautas Stankus | 1 | -0/+3 | |
| `user_id` field was missing for set/get refresh token methods. | |||||
| 2013-08-23 | Implement ScopeInterface for PDO, Redis | dsquier | 2 | -2/+51 | |
| * Added tests and supporting data for Memory, PDO, Redis | |||||
| 2013-08-12 | fixes unnecessary BC breaking changes made by 69ba3a2v1.0 | Brent Shaffer | 3 | -22/+37 | |
| 2013-08-11 | fixes getUserCredentials by standardizing on 'user_id' for all fields | Brent Shaffer | 4 | -35/+67 | |
| 2013-08-11 | Merge pull request #203 from ademarre/201-configure-redir-code | Brent Shaffer | 1 | -10/+12 | |
| Add redirect_status_code config param for AuthorizeController | |||||
| 2013-08-11 | Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ↵ | Brent Shaffer | 3 | -3/+7 | |
| develop | |||||
| 2013-08-11 | fixes #205 - ensures unnecessary ? is not set when query is empty | Brent Shaffer | 1 | -1/+1 | |
| 2013-08-04 | Fixed call to LogicException | Bartosz Gałuszka | 1 | -1/+1 | |
| 2013-08-01 | Add redirect_status_code config param for AuthorizeController | Andre DeMarre | 1 | -10/+12 | |
| 2013-07-31 | Add unit testing and apply fix to checkRestricted method of Redis storage | Trent Petersen | 1 | -1/+3 | |
| 2013-07-31 | Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ↵ | Trent Petersen | 1 | -1/+8 | |
| issue-200 | |||||
| 2013-07-31 | Add explode to checkRestrictedGrant in PDO Storage | Trent Petersen | 1 | -1/+3 | |
| 2013-07-29 | fixes #197 - adds support for 'false' default scope in Token controller | Brent Shaffer | 1 | -1/+8 | |
| 2013-07-24 | fixes #192 - reference errors and adds tests | Brent Shaffer | 3 | -3/+5 | |
| 2013-07-24 | fix undefined classes. | Yuichi Shiwaku | 6 | -8/+8 | |
| 2013-07-24 | fixes #194 - makes some appropriate properties protected instead of private | Brent Shaffer | 11 | -30/+33 | |
| 2013-07-16 | fixes #191 - passes config to HttpBasic | Brent Shaffer | 1 | -1/+3 | |
| 2013-07-15 | fixes #190 - validates client credentials before grant type | Brent Shaffer | 1 | -6/+14 | |
| 2013-07-13 | Merge pull request #171 from davidkuridza/fix-redirect-in-authorization-flow | Brent Shaffer | 1 | -1/+13 | |
| Fix wrong redirect following authorization step | |||||
| 2013-07-08 | client_id is now passed to getDefaultScope(). | F21 | 5 | -7/+14 | |
| 2013-07-06 | Fix wrong redirect following authorization step, refs #171 | David Kuridža | 1 | -1/+13 | |
| Fix for #163 (https://github.com/bshaffer/oauth2-server-php/issues/163) allowed authorize flow to handle `redirect_uri` as an optional parameter. The change resulted in user not being redirected back to the client after granting or denying client's access. This fix verifies whether `redirect_uri` is set or not in `OAuth2\Controller\AuthorizeController`'s `handleAuthorizeRequest()` method. If it's not set, it grabs the client's registered value. If/When support for PHP 5.3 is dropped, the code can be modified to `$this->clientStorage->getClientDetails($this->client_id)['redirect_uri']`. | |||||
| 2013-07-04 | Update Mongo.php | Brent Shaffer | 1 | -3/+4 | |
| Fixes #185 - mongo credentials check | |||||
| 2013-07-03 | Update Redis.php | Brent Shaffer | 1 | -1/+1 | |
| Fixes #180 - case correction for JWTBearerInterface | |||||
| 2013-06-29 | Merge pull request #176 from trickleup/develop | Brent Shaffer | 1 | -0/+1 | |
| Require refresh_token in getRefreshToken response | |||||
| 2013-06-29 | Require refresh_token in getRefreshToken response | Johan Genberg | 1 | -1/+1 | |
| Added "identifier" to description. | |||||
| 2013-06-29 | Require refresh_token in getRefreshToken response | Johan Genberg | 1 | -0/+1 | |
