| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-03-29 | chore add explicit null to nullable types for PHP 8.4 (#1075)HEADv1.14.2main | Sapphire Cat | 12 | -20/+20 | |
| 2023-07-07 | fix: add missing param to setAuthorizationCode (#1048)v1.14.1 | StefanT123 | 1 | -1/+1 | |
| 2023-06-16 | feat: upgrade php-jwt version (#1049) | Brent Shaffer | 4 | -9/+25 | |
| 2023-06-15 | chore(tests): add phpstan static analysis | Witold Wasiczko | 3 | -6/+11 | |
| 2023-06-12 | feat: add support of PKCE (#1045)v1.14.0 | Jan Kalina | 15 | -29/+120 | |
| 2023-05-20 | PHP 8.1 fix for ctype_digit() deprecated error (#1040) | Mo | 1 | -2/+2 | |
| 2022-10-12 | feat: adjust type hint for Symfony 6 (#1030)v1.13.0 | araab | 2 | -6/+2 | |
| 2022-05-31 | fix: PHP 8.1 deprecation error (#1021)v1.12.1 | Witold Wasiczko | 1 | -1/+1 | |
| 2018-12-04 | fixes incorrect parameter type for count in php72 (#953)v1.11.1 | Brent Shaffer | 1 | -1/+1 | |
| 2017-12-09 | Removing PHP 5.4 shorthand array syntax (#901) | Konstantin Kiritsenko | 1 | -3/+3 | |
| 2017-12-01 | Callable for customizing JWT payload (#894) | Brent Shaffer | 2 | -2/+19 | |
| 2017-11-20 | Merge headers with server global header values (#891) | Brent Shaffer | 1 | -1/+6 | |
| 2017-11-15 | v1.10.0 (#889)v1.10.0 | Brent Shaffer | 53 | -523/+1960 | |
| 2017-01-07 | Merge pull request #788 from bshaffer/developv1.9.0 | Brent Shaffer | 16 | -79/+646 | |
| v1.9.0 | |||||
| 2017-01-07 | Add mongo db (#790) | Brent Shaffer | 2 | -0/+433 | |
| * add mongodb extension for php 7.x to travis * removes mongodb library for php5 from travis * removes HHVM from travis | |||||
| 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 | 1 | -1/+1 | |
| 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 | Use OpenSSL random method before attempting Mcrypt's. (#773) | Đào Hoàng Sơn | 2 | -7/+7 | |
| 2016-12-23 | Fix "redirect_uri_mismatch" for URIs with encoded characters (#776) | Mathieu Rochette | 1 | -1/+1 | |
| * 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-12-01 | fix typo (#775) | Mathieu Rochette | 1 | -1/+1 | |
| 2016-11-16 | Remove extra semicolon (#781) | hongjinlin | 1 | -1/+1 | |
| 2016-07-27 | Issue 725 (#729) | Brent Shaffer | 7 | -17/+50 | |
| * ensures unsetAccessToken and unsetRefreshToken return a bool | |||||
| 2016-07-15 | Fix UserClaims for CodeIdToken (#749) | Brent Shaffer | 1 | -2/+2 | |
| Remove dereferencing for support PHP 5.3 adds tests | |||||
| 2016-06-08 | Add missing array_merge() parameter | Steve | 1 | -1/+1 | |
| 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 | Fix for #663 and Test case | Maks | 1 | -1/+6 | |
| 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-08 | Fixed typo | Vytautas Stankus | 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 | |||||
| 2015-11-19 | Fix typo in PDO storage DDL | Andrey Filippov | 1 | -1/+1 | |
| 2015-11-18 | Pdo,DynamoDB,Cassandra: Implemented method to change the password hashing ↵ | ashiina@mac-local | 3 | -6/+24 | |
| algorithm | |||||
| 2015-11-17 | Bug in client's scope restriction | afilippov1985 | 1 | -2/+2 | |
| If set `scope` column in `oauth_clients` table to empty string, then client allowed to any scope even if it not exists in `oauth_scopes` table. | |||||
| 2015-10-07 | add isPublicClient tests and fixes resulting bugs | Brent Shaffer | 2 | -6/+11 | |
| 2015-10-06 | fix bug in isPublicClient of Cassandra-Storage | Tobias Gassmann | 1 | -1/+1 | |
| 2015-09-24 | Allow null for client_secret | Wilt | 1 | -1/+1 | |
| Changed `client_secret` declaration in schema to allow NULL values | |||||
| 2015-09-18 | Merge pull request #643 from bshaffer/developv1.8.0 | Brent Shaffer | 16 | -64/+285 | |
| Tag 1.8.0 | |||||
| 2015-09-04 | Passing variables on MongoDB insert | Jochen Niebuhr | 1 | -42/+37 | |
| When running in hhvm passing a value as reference will result in a fatal error. | |||||
| 2015-08-27 | resolves conflicts for firebase encryption class | Brent Shaffer | 1 | -0/+47 | |
| 2015-08-26 | Added support for revoking tokens | Patrick Hindmarsh | 12 | -0/+181 | |
| 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-07-14 | Remove extra semicolon | Adrien Crivelli | 1 | -1/+1 | |
| 2015-05-26 | Fixes issue where full product page is ajaxed into a product detail page. ↵ | Q | 1 | -1/+1 | |
| Product page inception, bro | |||||
| 2015-05-21 | Merge pull request #587 from bshaffer/fix-571v1.7.1 | Brent Shaffer | 1 | -0/+8 | |
| [v1.7.1] fixes BC issue from #571 | |||||
| 2015-05-21 | Merge pull request #593 from bshaffer/php-cs-fixer | Brent Shaffer | 7 | -14/+10 | |
| runs php-cs-fixer | |||||
| 2015-05-21 | fixes #591 - adds jti | Brent Shaffer | 1 | -1/+3 | |
| 2015-05-21 | runs php-cs-fixer | Brent Shaffer | 7 | -14/+10 | |
| - using the command "php-cs-fixer fix . --fixers=-phpdoc_params" | |||||
| 2015-05-11 | Merge pull request #583 from bshaffer/issue-574 | Brent Shaffer | 1 | -6/+6 | |
| fixes #547 - ensures Grant Type identifier is passed to tokencontroller | |||||
| 2015-05-10 | Added FirebaseJwt bridge to allow firebase/php-jwt to be used. | F21 | 1 | -0/+47 | |
| 2015-05-09 | fixes #547 - ensures Grant Type identifier is passed to tokencontroller | Brent Shaffer | 1 | -6/+6 | |
