| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-12-01 | Callable for customizing JWT payload (#804)develop | Andrey Filippov | 1 | -2/+19 | |
| 2017-11-08 | Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#885) | Gabriel Caruso | 26 | -27/+54 | |
| 2017-05-04 | Fix CORS issue for revoking and requesting an access token (#829) | Oleg Kuzava | 2 | -1/+48 | |
| 2017-01-07 | Add mongo db (#790) | Brent Shaffer | 2 | -12/+93 | |
| * add mongodb extension for php 7.x to travis * removes mongodb library for php5 from travis * removes HHVM from travis | |||||
| 2016-12-23 | no access token supplied to resource controller results in emptry request ↵ | Brent Shaffer | 1 | -0/+1 | |
| body (#759) | |||||
| 2016-12-23 | Fix "redirect_uri_mismatch" for URIs with encoded characters (#776) | Mathieu Rochette | 2 | -0/+23 | |
| * add test to showcase a bug when comparaing redirect_uri in grant type "code" * fix redirect_uri comparaison with grant type "code" | |||||
| 2016-12-23 | RFC6750 compatibility (#784) | Piotr G | 1 | -1/+1 | |
| 2016-07-27 | Issue 725 (#729) | Brent Shaffer | 1 | -3/+23 | |
| * ensures unsetAccessToken and unsetRefreshToken return a bool | |||||
| 2016-07-15 | Fix UserClaims for CodeIdToken (#749) | Brent Shaffer | 1 | -0/+91 | |
| Remove dereferencing for support PHP 5.3 adds tests | |||||
| 2016-01-12 | Fixing minor typo in Implicit grant type test | Kenneth Shaw | 1 | -1/+1 | |
| 2016-01-12 | Fix for #663 and Test case | Maks | 2 | -0/+20 | |
| 2015-12-14 | Add test data for CouchbaseDB and Mongo | Andrey Filippov | 1 | -4/+8 | |
| 2015-10-07 | add isPublicClient tests and fixes resulting bugs | Brent Shaffer | 1 | -0/+23 | |
| 2015-08-27 | resolves conflicts for firebase encryption class | Brent Shaffer | 1 | -0/+102 | |
| 2015-08-27 | Merge pull request #586 from phindmarsh/token-revoke | Brent Shaffer | 3 | -0/+180 | |
| Added support for revoking tokens | |||||
| 2015-08-27 | skipping all dynamodb tests in travis | Brent Shaffer | 1 | -1/+1 | |
| 2015-08-26 | Added support for revoking tokens | Patrick Hindmarsh | 3 | -0/+180 | |
| Implementation follows the Draft RFC7009 OAuth 2.0 Token Revocation. Essentially adds a unsetAccessToken method to all the storage objects, and exposes a revoke endpoint on controllers. The only interesting thing is the ResponseType\AccessToken::revokeToken() method which has to check all token types if the specified type doesn't exist. Maintains BC with v1.x by commenting out the AccessToken interface methods, and annotated an @todo to implement these in 2.x. Throws a \RuntimeException if storage/response objects don't support the interface | |||||
| 2015-05-21 | Merge pull request #593 from bshaffer/php-cs-fixer | Brent Shaffer | 6 | -18/+11 | |
| runs php-cs-fixer | |||||
| 2015-05-21 | fixes #591 - adds jti | Brent Shaffer | 1 | -0/+2 | |
| 2015-05-21 | runs php-cs-fixer | Brent Shaffer | 6 | -18/+11 | |
| - using the command "php-cs-fixer fix . --fixers=-phpdoc_params" | |||||
| 2015-05-10 | Added FirebaseJwt bridge to allow firebase/php-jwt to be used. | F21 | 1 | -0/+102 | |
| 2015-04-24 | adds tests and server integration for new refresh token config | Brent Shaffer | 2 | -1/+25 | |
| 2015-04-24 | Merge pull request #569 from phindmarsh/jwt-patch-bc | Brent Shaffer | 1 | -0/+31 | |
| Alternative implementation of JWT lib | |||||
| 2015-04-23 | Updated JWT lib to address #564 | Patrick Hindmarsh | 1 | -0/+31 | |
| An alternate patch that maintains backwards compatibility with existing interfaces, but is unsafe for users who call JWT::decode themselves without passing the allowed arguments array. | |||||
| 2015-04-22 | adds 'code id-token' tests | Brent Shaffer | 1 | -0/+91 | |
| 2015-04-22 | fixes Couchbase tests to not throw floating point exception 8 | Brent Shaffer | 1 | -11/+21 | |
| 2015-03-25 | Merge pull request #509 from djhunx/fix-#505-dynamodb-value-must-not-be-empty | Brent Shaffer | 4 | -0/+56 | |
| Fix #505 dynamodb value must not be empty | |||||
| 2015-03-04 | fixes #505 - value must not be empty error when using dynamodb storage. | jun | 4 | -0/+56 | |
| Adding test for dynamodb storage. Default scope should be null when none is set in the database. Removing immediate return true in dynamodb test. | |||||
| 2015-03-03 | cleans up postgres in test bootstrap / whitespace | Brent Shaffer | 1 | -4/+7 | |
| 2015-03-03 | Add UserClaimsInterface to Cassandra Storage engine | fauguste | 1 | -1/+5 | |
| 2015-03-03 | Add PublicKeyInterface to Cassandra Storage engine | fauguste | 1 | -0/+6 | |
| 2014-10-07 | Make validateAuthorizeRequest available for POST in addition to GET | Paul Statezny | 1 | -0/+10 | |
| Allow client_id, redirect_uri, response_type, and state to come from either GET or POST params. Port modified `get` method from HttpFoundation Request and add tests. | |||||
| 2014-10-07 | order does not matter for multi-valued response types - see #452 | Brent Shaffer | 3 | -46/+53 | |
| 2014-10-07 | Fix for token id_token combination as per ↵ | Nathaniel Marrin | 3 | -12/+43 | |
| http://openid.net/specs/oauth-v2-multiple-response-types-1_0.html#Combinations matching the sample authorization request from the same source and section rename TokenIdToken to IdTokenToken | |||||
| 2014-09-16 | Rename JWT claims for JWT Access Tokens to better match the claims provided ↵ | Jared King | 1 | -1/+27 | |
| by the spec | |||||
| 2014-09-03 | Merge pull request #437 from bshaffer/issue-338-rename-crypto-to-jwt | Brent Shaffer | 3 | -38/+38 | |
| *** BC BREAKING *** renames CryptoToken to JwtAccessToken and renames use_crypto_tokens to use_jwt_access_tokens | |||||
| 2014-08-28 | When testing Couchbase connection now use a CouchbaseException as that is ↵ | Tom Park | 1 | -1/+1 | |
| what will be thrown | |||||
| 2014-08-28 | Fixed some issues with Couchbase storage and added tests for the storage type | Tom Park | 2 | -0/+79 | |
| 2014-08-22 | adds tests for #442, fixes #441 | Brent Shaffer | 1 | -0/+12 | |
| 2014-08-12 | skip DynamoDB if it takes longer than 30 seconds | Brent Shaffer | 1 | -4/+15 | |
| 2014-08-12 | renames CryptoToken to JwtAccessToken and renames use_crypto_tokens to ↵ | Brent Shaffer | 3 | -38/+38 | |
| use_jwt_access_tokens | |||||
| 2014-07-31 | Fixes: State retrieval in OpenID AuthorizationController and test for ↵ | Anže Valher | 1 | -0/+156 | |
| Controller, #430 | |||||
| 2014-07-11 | Merge pull request #404 from dallasvogels/issue386 | Brent Shaffer | 1 | -2/+2 | |
| addresses #386, renamed error name for malformed/expired tokens | |||||
| 2014-07-10 | Merge pull request #415 from bshaffer/add-dynamodb-support-to-travis | Brent Shaffer | 3 | -59/+161 | |
| testing out dynamodb support in travis.ci | |||||
| 2014-07-10 | testing out dynamodb support in travis.ci | Brent Shaffer | 3 | -59/+161 | |
| 2014-07-09 | **BC-BREAKING** - fixes #397, refresh tokens should not be encrypted inside ↵ | Brent Shaffer | 1 | -0/+43 | |
| crypto tokens | |||||
| 2014-07-09 | fixes #354 - bundles PDO SQL with the library | Brent Shaffer | 3 | -17/+13 | |
| 2014-07-08 | formatting fixes | Brent Shaffer | 8 | -8/+5 | |
| 2014-07-08 | fixes #411 - xml output was reversed | Brent Shaffer | 1 | -1/+1 | |
| 2014-07-02 | addresses oauth2-server-php-docs/#40 - additional test on a server level | Brent Shaffer | 1 | -0/+28 | |
