Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable local storage #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andyatyeo
Copy link

Added option to prevent storage of token in browser local storage. If you set config.disableLocalStorage=true (when calling login), the token will not be stored in local storage. This will prevent multiple browser windows from sharing logon state, but it is also one less place that the token could be stolen from.
Also, updated npm dependencies to fix multiple npm audit issues

@coveralls
Copy link

Coverage Status

Coverage increased (+5.1%) to 21.875% when pulling 6d336b0 on andyatyeo:disableLocalStorage into 1b49e24 on danilobuerger:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants