Skip to content

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

@mcuongvu28

Description

@mcuongvu28

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions