| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-12-01 | Callable for customizing JWT payload (#804)develop | Andrey Filippov | 3 | -4/+38 | |
| 2017-11-20 | slightly smaller notice :) | Brent Shaffer | 1 | -1/+1 | |
| 2017-11-20 | notice of master branch change | Brent Shaffer | 1 | -0/+4 | |
| 2017-11-08 | Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#885) | Gabriel Caruso | 26 | -27/+54 | |
| 2017-09-26 | adds php 7.2 to travis (#873) | Brent Shaffer | 2 | -1/+2 | |
| 2017-09-19 | Fix count() error on PHP 7.2 (#872) | Tom Mettam | 1 | -1/+1 | |
| 2017-09-15 | Fix PHPDoc (#851) | Maxime Ailloud | 4 | -8/+8 | |
| 2017-09-14 | use random_bytes if available (#834) | oittaa | 2 | -2/+10 | |
| 2017-09-12 | remove php 5.3 from travis and use vendored phpunit (#869) | Brent Shaffer | 1 | -1/+2 | |
| 2017-05-04 | Fix CORS issue for revoking and requesting an access token (#829) | Oleg Kuzava | 3 | -6/+65 | |
| 2017-05-01 | PHPDoc improvements and type hinting of variables. (#828) | Brent Shaffer | 54 | -479/+1904 | |
| 2017-04-29 | explicitly pulls in phpunit 4 (#827) | Brent Shaffer | 1 | -0/+1 | |
| 2017-04-28 | Merge pull request #807 from svycka/patch-1 | Brent Shaffer | 1 | -17/+2 | |
| removed unused class attribute | |||||
| 2017-04-28 | Merge pull request #814 from Akaza-Akari/patch-1 | Brent Shaffer | 1 | -1/+1 | |
| README HTTPS | |||||
| 2017-03-13 | README HTTPS | Hoto Cocoa (Lee Sung Jae) | 1 | -1/+1 | |
| 2017-02-02 | could not resist to simplify constructor | Vytautas Stankus | 1 | -15/+2 | |
| 2017-02-02 | removed unused class attribute | Vytautas Stankus | 1 | -2/+0 | |
| 2017-01-11 | Merge pull request #795 from svycka/feature/issue-793-customize-jwt-payload | Brent Shaffer | 1 | -17/+24 | |
| added easier method to customize jwt token payload | |||||
| 2017-01-11 | changed method name to more accurate createPayload | Vytautas Stankus | 1 | -2/+2 | |
| 2017-01-10 | Merge pull request #794 from theboolean/patch-1 | Brent Shaffer | 1 | -1/+2 | |
| Fix typo in composer.json | |||||
| 2017-01-10 | added protected generatePayload() method to allow easier customization of ↵ | Vytautas Stankus | 1 | -17/+24 | |
| jwt token payload | |||||
| 2017-01-10 | Fix typo in composer.json | Lorenzo Cesana | 1 | -1/+2 | |
| 2017-01-07 | adds changelog for 1.9.0 | Brent Shaffer | 1 | -0/+17 | |
| 2017-01-07 | Add mongo db (#790) | Brent Shaffer | 6 | -24/+539 | |
| * add mongodb extension for php 7.x to travis * removes mongodb library for php5 from travis * removes HHVM from travis | |||||
| 2016-12-23 | Adds PHP 7.1 and properly runs mongo.so tests on php 5.6 and below. (#789) | Brent Shaffer | 1 | -2/+3 | |
| 2016-12-23 | Use OpenSSL random method before attempting Mcrypt's. (#773) | Đào Hoàng Sơn | 2 | -7/+7 | |
| 2016-12-23 | no access token supplied to resource controller results in emptry request ↵ | Brent Shaffer | 2 | -1/+2 | |
| body (#759) | |||||
| 2016-12-23 | Fix doc comments and double quoted strings (#762) | Tymoteusz Motylewski | 4 | -36/+105 | |
| Fixed some doc comments to make working with the project easier in the IDE. Also changed some strings to single quoted to prevent interpreting backslash as escape character. | |||||
| 2016-12-23 | Fix "redirect_uri_mismatch" for URIs with encoded characters (#776) | Mathieu Rochette | 3 | -1/+24 | |
| * 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 | 2 | -2/+2 | |
| 2016-12-01 | Add .gitattributes files (#783) | Chad Gray | 1 | -0/+7 | |
| The .gitattributes file will prevent items such as test files, yaml files, etc from being included when this library is imported via composer | |||||
| 2016-11-16 | Remove extra semicolon (#781) | hongjinlin | 1 | -1/+1 | |
| 2016-07-27 | Issue 725 (#729) | Brent Shaffer | 8 | -20/+73 | |
| * ensures unsetAccessToken and unsetRefreshToken return a bool | |||||
| 2016-07-15 | Fix UserClaims for CodeIdToken (#749) | Brent Shaffer | 2 | -2/+93 | |
| Remove dereferencing for support PHP 5.3 adds tests | |||||
| 2016-07-15 | Merge pull request #735 from steve-dave/develop-memory-storage-fix | Brent Shaffer | 1 | -1/+1 | |
| Memory Storage Fix - Add missing array_merge() parameter | |||||
| 2016-06-08 | Add missing array_merge() parameter | Steve | 1 | -1/+1 | |
| 2016-03-04 | Merge pull request #698 from bshaffer/yumemi-feature/fix_arround_oidc_spec | Brent Shaffer | 2 | -2/+6 | |
| fix: Token Response's Content-Type to application/json | |||||
| 2016-01-12 | fix: Token Response's Content-Type to application/json | Ken Morishita | 2 | -2/+6 | |
| fix: at_hash digest computation('hash' function must be used with raw_output=true ) | |||||
| 2016-01-12 | Merge pull request #696 from kenshaw/develop | Brent Shaffer | 1 | -1/+1 | |
| Fixing minor typo in Implicit grant type test | |||||
| 2016-01-12 | Fixing minor typo in Implicit grant type test | Kenneth Shaw | 1 | -1/+1 | |
| 2016-01-12 | Merge pull request #695 from bshaffer/Maks3w-hotfix/663 | Brent Shaffer | 3 | -1/+26 | |
| Fix for #663 and Test case | |||||
| 2016-01-12 | Fix for #663 and Test case | Maks | 3 | -1/+26 | |
| 2016-01-12 | Merge pull request #694 from bshaffer/Maks3w-composer-dev | Brent Shaffer | 2 | -5/+15 | |
| [composer] Consolidate dev dependencies | |||||
| 2016-01-11 | [composer] Consolidate dev dependencies | Maks | 2 | -5/+15 | |
| [Travis] Cache vendors [Travis] Add PHP 7 to test matrix [Travis] Speedup tests (disable Xdebug) | |||||
| 2016-01-11 | Merge pull request #672 from ashiina/hash_password | Brent Shaffer | 3 | -6/+24 | |
| Implemented method to override the password hashing algorithm | |||||
| 2016-01-11 | Merge pull request #681 from ↵ | Brent Shaffer | 1 | -4/+8 | |
| afilippov1985/Add-test-data-to-couchbasedb-and-mongo Add test data for CouchbaseDB and Mongo | |||||
| 2015-12-14 | Add test data for CouchbaseDB and Mongo | Andrey Filippov | 1 | -4/+8 | |
| 2015-12-08 | Merge pull request #678 from bshaffer/update-php-7.0 | Brent Shaffer | 1 | -1/+1 | |
| Update .travis.yml | |||||
| 2015-12-08 | Update .travis.yml | Brent Shaffer | 1 | -1/+1 | |
| 2015-12-08 | Merge pull request #673 from afilippov1985/Fix-typo-in-PDO-storage-DDL | Brent Shaffer | 1 | -1/+1 | |
| Fix typo in PDO storage DDL | |||||
