-
-
Notifications
You must be signed in to change notification settings - Fork 140
Description
Not really a bug but thought it could be good to have this conversation here for posterity.
I never noticed this before, but if you try to use localStorage with safari, you get an error "The operation is insecure" and you can't store anything in localStorage.
I think this used to only be in private mode, but I'm seeing it in normal browsing too.
Anybody else running into this as of late? Are you storing your JWT in localstorage or elsewhere (I know this is frowned upon by a lot of people)?
Does accountsjs have other options (sessions/cookies)?
There are some other packages like store.js and localForage that may be a work around
https://github.com/localForage/localForage
I'm using local-storage-fallback right now, which let's people log in, but it won't persist if you refresh the page.