Skip to content

Releases: andrewda/node-securelogin

v0.3.0

20 Jun 15:58

Choose a tag to compare

  • Add coverage testing (98b42fb)
  • Add change request checking (5fe8efc)
    • New change option added to verify method. If change is true, we'll check to make sure that the request's mode is change and that it contains a new token to change to.

v0.2.1

20 Jun 15:56

Choose a tag to compare

v0.2.0

20 Jun 15:53

Choose a tag to compare

v0.1.0

17 Jun 17:18

Choose a tag to compare

  • Begin cleaning up code, now requires LTS version of Node.js (66e91de)
  • [BREAKING] Make errors an array of all errors encountered (886e6a9)

v0.0.3

17 Jun 16:35

Choose a tag to compare

  • Add ignore options to ignore expiration, provider and/or client checks (0480e50)
  • Fix domains like localhost:3001 being parsed to 3001 host with localhost protocol (1b79a5e)

v0.0.2

17 Jun 08:27

Choose a tag to compare

  • Fix provider and client checking (29adabd)

v0.0.1

16 Jun 06:41

Choose a tag to compare

This is the first release of node-securelogin. Currently it provides one method: verify(). Documentation coming soon.