- Dec 18, 2018
-
-
efalcy authored
-
- Jan 26, 2018
-
-
Brent Shaffer authored
-
- Jun 28, 2017
-
-
Brent Shaffer authored
-
- Jun 26, 2017
-
-
Brent Shaffer authored
-
Michał authored
-
- Jun 22, 2017
-
-
Chinedu Francis Nwafili authored
-
- Jun 21, 2017
-
-
Brent Shaffer authored
-
Giorgio Balduzzi authored
-
Brent Shaffer authored
-
Brent Shaffer authored
-
Brent Shaffer authored
-
Brent Shaffer authored
bugfix: 'kid' not in given key list
-
- Jun 19, 2017
-
-
Henry N authored
-
Arjan Keeman authored
The README says this package is conform rfc7519 (May 2015) rather than just the 6th draft (valid until June 2013). The implementation seems indeed to be compatible with the rfc.
-
Joost Faassen authored
-
- Jan 24, 2017
-
-
Tim Stamp authored
-
- Dec 12, 2016
-
-
Tim Stamp authored
if 'kid' value is not found in the given key map, should throw an exception. Instead, it was outputting a php warning for using an undefined index, resulting in a null key.
-
- Sep 01, 2016
-
-
Petr Kotek authored
-
- Jul 18, 2016
-
-
Rob DiMarco authored
-
- Jun 28, 2016
-
-
Tom Chapman authored
Add in support for late static binding, so that developers can extend and override variables / methods if they so require (#88)
-
- Jun 16, 2016
-
-
Maks3w authored
* Use InvalidArgumentException when $allowed_algs is not array > Exception thrown if an argument is not of the expected type. http://php.net/manual/en/class.invalidargumentexception.php * Use RuntimeExceptions for exceptions related with unencoded data. RuntimeExceptions is the correct exception error source is the decoded data. Note LogicExceptions as defined in PHP documentation implies a modification in the code by the developer. > Exception that represents error in the program logic. This kind of exception should lead directly to a fix in your code. http://php.net/manual/en/class.logicexception.php But the token is a data provided by an external source which is out side of the control of the developer so there is no way of prevent malformed tokens.
-
Rob DiMarco authored
".gitattributes" <- prevent installing special files via composer
-
Rob DiMarco authored
Use static $timestamp instead of time()
-
Rob DiMarco authored
Remove newline at beginning of run-tests.sh
-
Rob DiMarco authored
Remove null as possible key value in docblock
-
- Jun 10, 2016
-
-
Kunal Mehta authored
The extra newline trips a warning in lintian when packaging for Debian, so just remove it.
-
- May 03, 2016
-
-
Joseph McDermott authored
-
- Apr 29, 2016
-
-
Joseph McDermott authored
-
- Feb 01, 2016
-
-
Lars Moelleken authored
[*]: add missing phpdoc
-
- Dec 30, 2015
-
-
Arjan Keeman authored
The docblock states that null is a possible value for $key, however, it clearly results in an exception.
-
- Nov 19, 2015
-
-
Rob DiMarco authored
-
- Sep 08, 2015
-
-
Rob DiMarco authored
Update Travis to use their new container infrastructure
-
Jacob Wenger authored
See [here](http://docs.travis-ci.com/user/migrating-from-legacy/) for details.
-
- Jul 22, 2015
-
-
Rob DiMarco authored
-
Rob DiMarco authored
require a non-empty key to decode a JWT
-
Steve Jones authored
-
- Jul 21, 2015
-
-
Steve Jones authored
-
- Jul 16, 2015
-
-
Rob DiMarco authored
Aligned the DocBlocks
-
- Jul 15, 2015
-
-
Johan de Ruijter authored
Clarified and corrected the documentation where needed.
-
- Jul 09, 2015
-
-
Rob DiMarco authored
Add firebase\jwt namespace
-