index
:
php-jwt
master
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Authentication
/
JWT.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add firespace\jwt namespace
Aaron Hedges
2015-07-01
1
-338
/
+0
*
Reversing array merge to avoid overwrites of default headers
Martin Cocaro
2015-06-18
1
-1
/
+1
*
Assigning to header var merged array
Martin Cocaro
2015-06-17
1
-1
/
+1
*
Merging both arrays together
Martin Cocaro
2015-06-17
1
-1
/
+1
*
Adding array_values only
Martin Cocaro
2015-06-17
1
-1
/
+1
*
Adding header options to add
Martin Cocaro
2015-06-17
1
-1
/
+5
*
Allow using \ArrayAccess as $key in decode
Thibaud Fabre
2015-05-19
1
-1
/
+1
*
Changed the leeway to be a static variable
Luis Miguel Cabral
2015-05-11
1
-5
/
+7
*
Provide a leeway time in the verification of timestamps to account for clock ...
Luis Miguel Cabral
2015-04-09
1
-3
/
+9
*
Comment tweaks
Rob DiMarco
2015-04-01
1
-1
/
+1
*
Update decode() to require allowed algorithms arg when verifying
Rob DiMarco
2015-04-01
1
-5
/
+8
*
Updates to JWT decode() / verify() path
Rob DiMarco
2015-04-01
1
-48
/
+27
*
Use native functions when they exist.
Scott Arciszewski
2015-04-01
1
-0
/
+3
*
Harden against mbstring.func_overload edge-cases
Scott Arciszewski
2015-04-01
1
-2
/
+16
*
Allow users to lock their app into an algorithm.
Scott Arciszewski
2015-04-01
1
-0
/
+25
*
Minor documentation update for SignatureInvalidException
Brendan Abbott
2014-11-17
1
-5
/
+7
*
Add check for iat claim with some minor documentation updates
Brendan Abbott
2014-11-17
1
-7
/
+20
*
Porting @brylie's change with a small modification
drtriumph
2014-11-14
1
-2
/
+2
*
Some minor cleanup from @brendo's PR with a quick rename
drtriumph
2014-11-14
1
-1
/
+1
*
Add specific exceptions for checking claims. Fix bad tests for exp and nbf. R...
Brendan Abbott
2014-11-13
1
-3
/
+4
*
Add checking of nbf claim
Brendan Abbott
2014-11-13
1
-1
/
+11
*
Minor CS changes
Brendan Abbott
2014-11-13
1
-19
/
+20
*
Switching to a constant-time string comparison in the verify method
Chris Raynor
2014-09-09
1
-1
/
+10
*
Merge branch 'master' into BambooHR-master
Chris Raynor
2014-06-25
1
-2
/
+2
|
\
|
*
This fixes #9 - Improve check for offending json-c implementation with missin...
Chris Raynor
2014-06-25
1
-2
/
+2
*
|
whitespace cleanup
Chris Raynor
2014-06-25
1
-24
/
+13
*
|
Merge branch 'master' of git://github.com/BambooHR/php-jwt into BambooHR-master
Chris Raynor
2014-06-25
1
-13
/
+65
|
\
\
|
|
/
|
/
|
|
*
Updates for some whitespace and other minor issues.
John LeSueur
2014-06-23
1
-5
/
+7
|
*
1. Allow encode to take a "kid" parameter
John LeSueur
2014-06-23
1
-25
/
+22
|
*
Update JWT.php
John LeSueur
2014-06-19
1
-1
/
+1
|
*
Update JWT.php
John LeSueur
2014-06-19
1
-10
/
+40
|
*
Update JWT.php
John LeSueur
2014-06-19
1
-0
/
+23
*
|
style fix
Chris Raynor
2014-06-20
1
-1
/
+1
*
|
This fixes #8 by checking if JSON_BIGINT_AS_STRING is defined and falling bac...
Chris Raynor
2014-06-20
1
-1
/
+1
|
/
*
Merge pull request #6 from 4026/master
Chris Raynor
2014-06-18
1
-1
/
+14
|
\
|
*
Correcting the bigint fix to produce objects rather than associative arrays i...
4026
2014-06-18
1
-1
/
+1
|
*
Adding preprocessing of the JSON string when decoding to prevent large intege...
4026
2014-06-17
1
-1
/
+14
*
|
whitespace cleanup
Chris Raynor
2014-06-18
1
-1
/
+0
*
|
Checking the token expiry time
Redian
2014-03-13
1
-0
/
+5
|
/
*
Fix warnings and errors reported by PHP_CodeSniffer
Anant Narayanan
2013-04-03
1
-43
/
+63
*
Some re-organization as per PEPr suggestions
Anant Narayanan
2013-04-03
1
-0
/
+188