Skip to content

Releases: tprzytula/Meteor-Remember-Me

Release 1.0.2

29 Oct 22:58
Compare
Choose a tag to compare

Improvements:

  • Improved clarity of how to use the loginWithPassword (#38)

Fixes:

  • Test coverage is now correctly gathered from both client & server

Release 1.0.1

03 Dec 17:44
Compare
Choose a tag to compare

Fixes:

  • add support to accounts that are identified by email (fixes #16)

Release 1.0.0

14 Aug 10:52
1913f50
Compare
Choose a tag to compare
  • 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

Release 0.2.1

12 May 13:59
Compare
Choose a tag to compare
  • Change client methods to arrow functions to prevent wrong context issues (Issue #6)
  • loginWithPassword method for custom accounts was throwing an error if accounts were not stored in Meteor.remoteUsers (whoops!)

Release 0.2.0

13 Mar 22:03
dcad01b
Compare
Choose a tag to compare

New feature:

Related improvements:

  • Check if onLogin callback from the dependency is already present
  • Check if loginAttempt method was already overridden in provided instance

Release 0.1.3

04 Feb 00:33
b0ff369
Compare
Choose a tag to compare
  • inform client about the functionality being inactive on server
  • client side unit tests

Release 0.1.2

01 Feb 10:35
Compare
Choose a tag to compare
  • remove lodash dependency
  • remove crypto-js dependency

Release 0.1.1

14 Aug 11:08
e8037c9
Compare
Choose a tag to compare
  • Print correct error in case of already disallowed attempt
  • Add server side tests

Release 0.1.0

14 Aug 11:08
Compare
Choose a tag to compare
  • Initial release