meteor-persistent-session
meteor-persistent-session copied to clipboard
Bug fix for clearTemp()
_.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 correct behavior.