| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-02-17 | Add docs to storage. | Bojan Zivanovic | 1 | -6/+6 | |
| 2014-02-17 | Add support for non-expiring refresh tokens. | Bojan Zivanovic | 3 | -3/+11 | |
| 2014-02-08 | update Storage/Pdo | lars gelfan | 1 | -1/+1 | |
| change JWT fetch to fetchColumn for getClientKey method to fix key validation issue. | |||||
| 2014-02-06 | fixes #331 - when you set one of client or client_credentials storage ↵ | Brent Shaffer | 1 | -0/+11 | |
| explicitly, you set the other (by default and if possible) | |||||
| 2014-01-30 | last refactoring of tests provides reason the tests are failing | Brent Shaffer | 1 | -10/+10 | |
| 2014-01-30 | adds 'suggest' to composer, adds better docs to cassandra | Brent Shaffer | 1 | -2/+12 | |
| 2014-01-30 | Pass client_id to getDefaultScope(). | F21 | 8 | -17/+20 | |
| 2014-01-30 | ensures that access_token storage is CryptoToken, even if defaults are set ↵ | Brent Shaffer | 3 | -5/+21 | |
| otherwise, using CryptoTokenInterface | |||||
| 2014-01-30 | makes suggested improvements on @bojanz PR and adds tests | Brent Shaffer | 1 | -40/+72 | |
| 2014-01-30 | Add createDefaultCryptoTokenStorage(). | Bojan Zivanovic | 1 | -8/+15 | |
| 2014-01-30 | Add store_encrypted_token_string to the default config array. | Bojan Zivanovic | 1 | -0/+1 | |
| 2014-01-30 | Refactor getAccessTokenResponseType(). | Bojan Zivanovic | 1 | -13/+23 | |
| 2014-01-30 | Move crypto token storage initializing to the server constructor. | Bojan Zivanovic | 1 | -8/+9 | |
| 2014-01-30 | Initial commit. | Bojan Zivanovic | 1 | -9/+36 | |
| 2014-01-30 | more information on skipped storage when applicable | Brent Shaffer | 1 | -1/+1 | |
| 2014-01-30 | adds Cassandra storage | Brent Shaffer | 2 | -0/+344 | |
| 2014-01-30 | fixes lack of namespaces in comments | Brent Shaffer | 17 | -31/+31 | |
| 2014-01-30 | Fix the response code for user credentials grant type | Adam Butler | 1 | -1/+1 | |
| Fixes Issue #290 | |||||
| 2014-01-30 | beefs up documentation for grant typ econstructors | Brent Shaffer | 5 | -0/+46 | |
| 2014-01-30 | removes default_scope from oauth_clients table, adds scope to setClientDetails | Brent Shaffer | 4 | -8/+11 | |
| 2014-01-30 | massive amount of changes to scope handling - 1. Ensures client scopes are ↵ | Brent Shaffer | 13 | -96/+192 | |
| always validated 2. ensures client grant types are always validated 3. moves client scope storage to OAuth2\Storage\ClientInterface 4. refactors storage class to interface change 5. TokenController now requires OAuth2\Storage\ClientInterface | |||||
| 2014-01-03 | removes unneeded requiresClientAuth method in RefreshToken grant type | Brent Shaffer | 1 | -5/+0 | |
| 2014-01-01 | changed response header from 200 to 401 when empty token received | n1te | 1 | -1/+1 | |
| 2013-12-31 | addresses #286 - adds documentation and links to spec for not including ↵ | Brent Shaffer | 1 | -1/+13 | |
| error messages when no token is supplied, and when more than one method is used | |||||
| 2013-12-18 | ensures PHP warnings do not get thrown as a result of an invalid argument to | Brent Shaffer | 1 | -0/+4 | |
| 2013-12-18 | Update AccessTokenInterface.php | Brent Shaffer | 1 | -0/+1 | |
| addresses #238 - adds "user_id" as an optional param in the `getAccessToken` documentation | |||||
| 2013-12-18 | Allowing to set Postgresql as storage. | Roman Colohanin | 1 | -4/+4 | |
| - PDOException with message SQLSTATE[42703]: Undefined column: 7 ERROR: column "default" does not exist | |||||
| 2013-12-17 | removes mock redis client | Brent Shaffer | 1 | -3/+21 | |
| 2013-12-17 | changes 'expire' to 'delete' | Brent Shaffer | 1 | -1/+1 | |
| 2013-12-17 | merges develop changes | Brent Shaffer | 2 | -2/+6 | |
| 2013-12-17 | allows for null client_secret from getClientCredentials function (as ↵ | Brent Shaffer | 1 | -7/+7 | |
| discussed in https://github.com/bshaffer/oauth2-server-php/pull/277/files#diff-756f723f587f0504239170eff6eaade8R40) | |||||
| 2013-12-17 | adds refresh token configuration to Server class | Brent Shaffer | 1 | -1/+3 | |
| 2013-12-17 | ensures config values are propogated to HttpBasic and ClientCredentials for ↵ | Brent Shaffer | 2 | -7/+11 | |
| new 'allow_public_clients' config value | |||||
| 2013-12-17 | addresses #274 but for Redis | Brent Shaffer | 1 | -1/+3 | |
| 2013-12-17 | adds logic discussed in ↵ | Brent Shaffer | 9 | -10/+102 | |
| https://github.com/bshaffer/oauth2-server-php/pull/275#issuecomment-30712851, adds tests from @weierophinney | |||||
| 2013-12-16 | Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ↵ | Brent Shaffer | 1 | -1/+1 | |
| develop | |||||
| 2013-12-16 | makes encodeToken protected, so extended methods can override this to add ↵ | Brent Shaffer | 1 | -1/+1 | |
| their own encryption goodness | |||||
| 2013-12-15 | fixes #274 - PDO was asserting null credentials | Brent Shaffer | 1 | -1/+1 | |
| 2013-12-14 | Merge pull request #244 from julien-c/patch-1 | Brent Shaffer | 1 | -2/+6 | |
| More detailed implementation info [MongoStorage] | |||||
| 2013-12-14 | Merge pull request #268 from F21/implement-jti | Brent Shaffer | 6 | -2/+137 | |
| Implement jti for JWT Bearer tokens to prevent replay attacks. | |||||
| 2013-12-03 | Formatting. | F21 | 3 | -1/+6 | |
| 2013-12-02 | Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ↵ | Brent Shaffer | 1 | -1/+1 | |
| develop | |||||
| 2013-12-02 | runs php-cs-fixer on everything for code standards and whitespace fixing | Brent Shaffer | 24 | -18/+109 | |
| 2013-12-01 | If jti is expires, null is returned. | F21 | 1 | -0/+1 | |
| 2013-12-01 | Add stubs for Mongo and Redis driver. | F21 | 2 | -2/+21 | |
| 2013-12-01 | Formatting. | F21 | 1 | -1/+0 | |
| 2013-11-30 | Formatting. | F21 | 1 | -1/+1 | |
| 2013-11-30 | Implement jti for JWT Bearer tokens to prevent replay attacks. | F21 | 4 | -2/+112 | |
| 2013-11-29 | Removing unused argument to getAccessTokenData | Ryan Weaver | 1 | -1/+1 | |
| 2013-11-27 | removes php 5.4-specific code | Brent Shaffer | 1 | -2/+2 | |
