Skip to content

Releases: jxmono/login

v0.5.0

29 Jun 16:18
Compare
Choose a tag to compare
Fixed Events, Bind, Utils path

v0.4.0

07 Jan 17:26
Compare
Choose a tag to compare
  • Implemented a userCheck event in login, forgot and reset operations;
  • Reimplemented userInfo event from the login operation using M.emit;
  • Renamed onSuccess event from the reset operation to on.success;
  • Renamed params.customQuery event from the login, forgot and reset operations to params.on.query;
  • Removed dead code;
  • Updated the documentation in README.md.

Added reset password functionality

31 Jul 13:34
Compare
Choose a tag to compare
  • Added reset password functionality implemented with the reset and forgot operations
  • Replaced most of the error messages with error codes (to be translated/properly displayed by applications)
  • Send an object containing the filter, the form data (object containing: username and `password fields) to the custom script.
  • Added logout method
  • Added utils as dependency
  • Added JSDoc comments

v0.1.10

17 Mar 15:02
Compare
Choose a tag to compare
  • Hide login and logout elements matched by selectors on module init
  • Cleaned up the code