summaryrefslogtreecommitdiffstats
path: root/tests/JWTTest.php
Commit message (Expand)AuthorAgeFilesLines
* Detect invalid Base64 encoding in signature (#162)Brent Shaffer2017-06-211-0/+7
* Updates JWT::verify to handle openssl errors (#159)Brent Shaffer2017-06-211-2/+27
* Fix exceptions classes (#81)Maks3w2016-06-161-3/+3
* Merge remote-tracking branch 'upstream/master' into nullkeySteve Jones2015-07-211-7/+14
|\
| * fix unexpectedvalueexceptions and add unit testsAaron Hedges2015-07-011-0/+6
| * Add firespace\jwt namespaceAaron Hedges2015-07-011-7/+8
* | require a non-empty key to decode a JWTSteve Jones2015-07-081-0/+20
|/
* Adding testMartin Cocaro2015-06-171-0/+6
* Merge pull request #47 from firebase/rd-improve-test-isolationChris Raynor2015-05-201-0/+6
|\
| * Reset clock skew / leeway after relevant tests & update READMERob DiMarco2015-05-181-0/+6
* | Add tests for \ArrayAccess key chooserAztech2015-05-191-0/+8
|/
* Added tests with leeway value in nbf and iatLuis Miguel Cabral2015-05-151-0/+44
* Reverted some tests from first commitLuis Miguel Cabral2015-05-111-9/+3
* Changed the leeway to be a static variableLuis Miguel Cabral2015-05-111-4/+27
* Provide a leeway time in the verification of timestamps to account for clock ...Luis Miguel Cabral2015-04-091-3/+9
* Add a few add'l testsRob DiMarco2015-04-011-1/+18
* A few additional tests for none algorithm and an incorrect algorithmdrtriumph2015-04-011-0/+14
* Update decode() to require allowed algorithms arg when verifyingRob DiMarco2015-04-011-13/+11
* Updates to JWT decode() / verify() pathRob DiMarco2015-04-011-2/+2
* Allow users to lock their app into an algorithm.Scott Arciszewski2015-04-011-0/+2
* Add check for iat claim with some minor documentation updatesBrendan Abbott2014-11-171-1/+12
* Some minor cleanup from @brendo's PR with a quick renamedrtriumph2014-11-141-3/+3
* Add specific exceptions for checking claims. Fix bad tests for exp and nbf. R...Brendan Abbott2014-11-131-5/+5
* Add checking of nbf claimBrendan Abbott2014-11-131-0/+21
* Minor CS changesBrendan Abbott2014-11-131-67/+75
* adding test for invalid signatureChris Raynor2014-09-091-0/+9
* whitespace cleanupChris Raynor2014-06-251-10/+9
* Updates for some whitespace and other minor issues.John LeSueur2014-06-231-3/+3
* 1. Allow encode to take a "kid" parameterJohn LeSueur2014-06-231-0/+19
* Writing some unittests to make sure the token expiry logic works as it should.Redian Ibra2014-04-111-0/+19
* Added autoload.php.dist for test suite.Phansys2013-08-301-2/+0
* Some re-organization as per PEPr suggestionsAnant Narayanan2013-04-031-1/+1
* Update tests to latest phpunitAnant Narayanan2012-12-311-1/+5
* Start tracking projectNeuman Vong2011-03-251-0/+31