Skip to content

Releases: jtowers/authr-nedb

v1.5.0 Release

23 Aug 01:25
Compare
Choose a tag to compare

Updated most methods so that they are more isolated and allow for more freedom when developing other adapters.

Added more unit tests to cover all methods and brought code coverage up to 90%.

Updated jsdoc tags to document public methods required by the core authr module and differentiate between required methods and helper methods.

Version 1.0.0 Release

21 Aug 01:18
Compare
Choose a tag to compare

Version 1.0.0 is released. All core functionality is in place, including:

  1. Create new users
  2. Verify user email addresses
  3. Log users in
  4. Password recovery/update
  5. Account removal

Most methods are fully tested. Will add further tests to cover more use cases.