Skip to content

Will secure storage be created if configuration option is NOT passed? #30

Open
@vigneshvpai

Description

@vigneshvpai

I have the following code.
import createSensitiveStorage from 'redux-persist-sensitive-storage';
const storage = createSensitiveStorage();

Note that I haven't passed any configuration options to the createSensitiveStorage() function.
What happens if I don't pass the configuration? Will I still get secured storage by default or do I get an unsecured one?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions