Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@tprzytula tprzytula released this 14 Aug 10:52
· 42 commits to master since this release
1913f50
  • Dependency was refactored

Important changes:

  • All log ins made by the default Meteor.loginWithPassword method won't be affected anymore by this dependency. Every client who did not report the rememberMe setting will stay logged in to match the default Meteor's behaviour.

Breaking changes:

  • activate method was removed. There is no need to activate RememberMe on the server anymore.
  • changeAccountsSystem will now throw an error when provided parameter is not a valid instance of the AccountsClient