summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* added `array` type hinting to `decode` method (#101)MichaƂ2017-06-261-4/+1
* Detect invalid Base64 encoding in signature (#162)Brent Shaffer2017-06-211-2/+3
* Add the proper Exception message for all JSON error types by PHP (#110)Giorgio Balduzzi2017-06-211-1/+3
* Updates JWT::verify to handle openssl errors (#159)Brent Shaffer2017-06-211-5/+9
* Merge pull request #129 from stampycode/patch-1Brent Shaffer2017-06-211-0/+3
|\
| * cosmetic updatesTim Stamp2017-01-241-2/+2
| * bugfix: 'kid' not in given key listTim Stamp2016-12-121-0/+3
* | draft-ietf-oauth-json-web-token-06 --> rfc7519 (#107)Arjan Keeman2017-06-191-1/+1
* | Support RS384 and RS512 (#117)Joost Faassen2017-06-191-0/+2
|/
* Add in support for late static binding, so that developers can extend and ove...Tom Chapman2016-06-281-21/+21
* Fix exceptions classes (#81)Maks3w2016-06-161-6/+8
* Merge pull request #82 from voku/masterRob DiMarco2016-06-161-0/+1
|\
| * [+]: ".gitattributes" <- prevent installing special files via composerLars Moelleken2016-02-011-0/+1
* | Merge pull request #93 from josephmcdermott/specify-current-timestampRob DiMarco2016-06-161-3/+13
|\ \
| * | Commit with Google email address for CLAJoseph McDermott2016-05-031-0/+1
| * | Allow timestamp to be specified rather than relying on PHP time() functionJoseph McDermott2016-04-291-3/+12
| |/
* | Remove null as possible key value in docblockArjan Keeman2015-12-301-5/+5
|/
* add use InvalidArgumentException to account for JWT namespaceSteve Jones2015-07-211-0/+1
* Merge remote-tracking branch 'upstream/master' into nullkeySteve Jones2015-07-211-40/+42
* Aligned the DocBlocksJohan de Ruijter2015-07-151-22/+33
* fix unexpectedvalueexceptions and add unit testsAaron Hedges2015-07-011-0/+1
* Add firespace\jwt namespaceAaron Hedges2015-07-014-0/+363