Skip to content

Releases: sushinpv/react-secure-storage

1.3.2

13 Nov 15:30

Choose a tag to compare

bug fix with issue-39 resolve

1.3.0

08 Aug 06:07
8d9dfc7

Choose a tag to compare

Merge pull request #31 from sushinpv/dev/env-update

Dev/env update

1.2.2

01 May 02:51

Choose a tag to compare

code format

1.2.1

22 Apr 12:02

Choose a tag to compare

Added support for Vite and Next.Js

1.2.0

27 Mar 03:35
ed90186

Choose a tag to compare

Added support for disabling any of the key generation property

1.1.0

20 Feb 14:11
e61b669

Choose a tag to compare

Secure token returning null when the browser resizes problem was fixed. This was previously included as a security feature, but in the most recent update, it was removed. This was covered in the ensuing issue: #9

Now that we have included the browser hostname while establishing the secure key, it is more unique. This will guarantee that each website's key is distinct.

1.0.22

20 Jan 04:57

Choose a tag to compare

Added support for Local Storage Prefix key,

Now users can customize the key using

SECURE_LOCAL_STORAGE_PREFIX=xxxxxxx or REACT_APP_SECURE_LOCAL_STORAGE_PREFIX=xxxxxxx

1.0.21

30 Sep 09:50

Choose a tag to compare

removed react-scripts due to vulnerability issue

1.0.19

30 Sep 09:00

Choose a tag to compare

1.0.19v2

resolved Vulnerability issue due to react scripts

1.0.18

13 Aug 11:49

Choose a tag to compare

Issue [1] is removed