meteor-persistent-session
meteor-persistent-session copied to clipboard
Modifies Meteor's Session to store variables in the browser's `localStorage`
Result of `meteor update`: `=> Errors while initializing project: While selecting package versions: error: Conflict: Constraint [email protected] is not satisfied by accounts-base 2.0.0. Constraints on package "accounts-base": * [email protected]
I tried to update meteor 2.3 from 2.2.1 but got error :  ``` [email protected]
_.omit expects key names to exclude, but objects were being passed instead, causing clearTemp() to over-delete and clear both persistent and auth sessions too. This fixes that and produces the...
I can't find the place where this package actually uses jquery? Yet it still requires it. Would be great to remove it, and probably also check other unused packages and...
This code will prevent clearing persistence session variables after log in and log out events.