-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
add possibility to use two instances in parallel #23
Conversation
# Conflicts: # dist/secure-ls.js.map # dist/secure-ls.min.js.map
I managed it to update the version. So there should be no further commits necessary. |
@konsultaner It's good to have feature. I reviewed your work and it looks good to me 👍 Great work 👍 |
@softvar What about |
@softvar Is there still something you worry about? I'm done with this PR so far. |
@softvar regarding #22. I could fix this issue with this PR if
do want me to do so? |
@konsultaner That's great. Thanks for doing this. |
Merged. Updated |
I did not open an issue for this feature request.
I want to work with multiple secrets on the same local storage. This is not possible because all meta data get encoded under the same key. Thats why I needed to reparate them. I introduced a
encryptionRealm
to make it possible.I added the test and examples. I hope you are ok with this feature. If you merge you need to update the version and build again, because my builds have a wrong version now...