Skip to content

Releases: Cimpress-MCP/cimpress-express-auth0

v4.1.0

16 Dec 19:46
7805e9d
Compare
Choose a tag to compare

4.1.0 (2019-12-16)

Features

  • readme: forcing this to release a version (8642e34)
  • readme: forcing version bump again (2cf2621)

v4.0.0

16 Dec 18:43
185a7e1
Compare
Choose a tag to compare

Only building on node 8

v3.1.0

07 Aug 14:34
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2017-08-07)

Features

  • Address PR comments: Addressing PR comments (5e16a5f2)
  • Disable Auth V1: Allowing the disabling of Auth V1 via the config (86497b78)

v3.0.1

07 Jun 13:40
Compare
Choose a tag to compare

<a name"3.0.1">

3.0.1 (2017-06-07)

Bug Fixes

  • tests: updating tests due to https (f08159f9)
  • www-authenticate in challenge response: Should always return with https for service url and pri (4b1df9f8)

v3.0.0

01 May 19:42
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2017-05-01)

Features

  • Initializer: Cleaning up config obj needed (927ac7be)

Breaking Changes

  • Anyone using the auth0verification file directly and not through the index.js

#23

(927ac7be)

v2.1.0

01 May 18:35
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-05-01)

Features

  • Logging unauthorized errors: Logging unauthorized errors (458c0b32)

v2.0.6

01 May 14:37
Compare
Choose a tag to compare

<a name"2.0.6">

2.0.6 (2017-05-01)

Bug Fixes

  • Errors: JWK error returns unauthorized instead of 500 (bf44b471)

v2.0.5

28 Apr 01:20
Compare
Choose a tag to compare

<a name"2.0.5">

2.0.5 (2017-04-28)

Bug Fixes

v2.0.4

27 Apr 22:25
Compare
Choose a tag to compare

<a name"2.0.4">

2.0.4 (2017-04-27)

Bug Fixes

  • lib: Require files statically to make it easier for browserify (63815d33)

v2.0.3

20 Apr 14:23
Compare
Choose a tag to compare

<a name"2.0.3">

2.0.3 (2017-04-20)

Bug Fixes

  • Jwks retrieval: Using promises instead of callbacks for jwk retrieval (3631d539)
  • jwk retrieval: Fixing promise anti-pattern (7d8449c6)