Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 453 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 453 Bytes

v0.0.6

  • [BUG] upgraded bcrypt to enable on latest node 0.12
  • [BUG] stop login action execution on serverError

v0.0.5

  • [REFACTORING] now using new waterlock api

v0.0.4

  • [REFACTORING] moved reset token from main project to here
  • [REFACTORING] email resets now use jwt's instead of custom tokens

v0.0.3

  • [BUG] user should be signed in when trying to login with unknown user/passsword

v0.0.2

  • [FEATURE] now exporting default user model