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

Inconsistency between key of SecureLocalStorage.setItem and SecureLocalStorage.removeItem #2

Closed
mcuongvu28 opened this issue Aug 9, 2022 · 2 comments

Comments

@mcuongvu28
Copy link

If I use SecureLocalStorage.setItem to store data (as string) with 'token' key then the actual key create in local storage is '@secure.s.token'.
But when I call SecureLocalStorage.removeItem to remove 'token' key it actual remove '@secure.token' key instead.

I look to repo code and found this problem.
Please fix it!

@sushinpv
Copy link
Owner

Thanks for reporting the issue,

Let me have a look and update accordingly

@sushinpv
Copy link
Owner

This issue has been resolved in the latest release v1.0.18

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

No branches or pull requests

2 participants