Skip to content

Releases: nocms-cms/nocms-auth

v2.3.0

29 Mar 10:32

Choose a tag to compare

2.3.0 (2018-03-29)

Features

  • Added read token which simply returns the payload of a token (ec5f8d0)

v2.2.2

28 Mar 09:33

Choose a tag to compare

2.2.2 (2018-03-28)

Bug Fixes

  • Use async method of jwt.verify (7dee474)

v2.2.1

28 Mar 09:20

Choose a tag to compare

2.2.1 (2018-03-28)

Bug Fixes

  • assertClaim returns a promise to avoid problems with truthy error results (c364dca)

v2.2.0

28 Mar 08:33

Choose a tag to compare

2.2.0 (2018-03-28)

Features

  • Added assert clams for both verifying token and checking for claim (997cbdf)

v2.1.0

23 Mar 12:55

Choose a tag to compare

2.1.0 (2018-03-23)

Features

  • Added WWW-authenticate header for reauth and login based on token expiration (71f5935)

v2.0.0

13 Dec 12:34

Choose a tag to compare

2.0.0 (2017-12-13)

Features

  • Move auth data from req.locals to res.locals (84c700c)

BREAKING CHANGES

  • claims is no longer present on req.locals. Use res.locals instead.

v1.0.0

13 Oct 12:30

Choose a tag to compare

1.0.0 (2017-10-13)

Features