Skip to content

Tags: Wallace0752/passport-jwt

Tags

v1.2.1

Toggle v1.2.1's commit message
[Updated] v1.1.1 -> v1.2.1

    New Features:
        mikenicholson#25 Added algorithms option to allow user to specify
            allowabe JWT signing algorithms.
        mikenicholson#13 Add ignoreExpiration option to allow user to skip
            validation of token's expiration date.

    Bug Fixes:
        mikenicholson#30 Fixed typos in unit test strings

v1.1.1

Toggle v1.1.1's commit message
[Update] v1.1.0 -> v1.1.1

Bug Fixes:
    mikenicholson#22 variable 'leaked' into global space
    mikenicholson#17 potential crash if request.url is missing token property
Misc:
   Various README cleanups

v1.1.0

Toggle v1.1.0's commit message
[Update] v1.0.1 -> 1.1.0

Fixes security issue with old jsonwebtoken dependency
https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/

Jwt can now be passed via query parameter.

v1.0.1

Toggle v1.0.1's commit message
[Update] v1.0.0 -> v1.0.1

Fixes a bug where a malformed header would prevent a request from
ever completing.  Also includes corrections to the README.

v1.0.0

Toggle v1.0.0's commit message
[Update] v0.1.1 v1.0.0

Move to v1.0.0 due to a change in the way the constructor is called.
secretOrKey was moved into the opts object.

v0.1.1

Toggle v0.1.1's commit message
[Update] v0.1.0 -> v0.1.1

- passReqToCallback constructor option is now honored.
- various README.md and documentation updates.

v0.1.0

Toggle v0.1.0's commit message
0.1.0