2.3.0 (2019-06-07)
- build module to commonjs (a548656)
2.2.0 (2019-03-12)
- allow for tokenSources in middleware options (01197c1)
- get token via tokenSource if it is set in the options (dc28c2d)
- set default tokenSources (e2d5593)
2.1.1 (2019-02-16)
- stringify JWTAuthMiddleware options in error (2f09634)
2.1.0 (2019-02-16)
- standardize date format in TokenExpired error message (8ac46c9)
- add logging of encryption algorithm in debug mode (d4854b1)
- allow to check token payload with a type guard (842232b)
- throw more explicit error if token expired (50896bd)
- throw more explicit error if token isn't valid yet (3cb1c33)
2.0.0 (2019-02-16)
- Previously lowercase authorization headers were ignored. Now if both a lower case authorization and an upper case Authorization header are present, an error is thrown. Currently the middleware does not support use cases where both headers are present.
1.1.0 (2019-02-16)
- accept multivalue header format (7d30dd1)