redux-react-session icon indicating copy to clipboard operation
redux-react-session copied to clipboard

Allow custom key for localstorage

Open dhwang opened this issue 6 years ago • 1 comments

When choosing localstorage, it would help if we can use a custom key to store the session instead of the default "USER-SESSION". For example, "[email protected]"

dhwang avatar Mar 20 '18 17:03 dhwang

I would like this also. We run multiple react apps on a single domain, each with a different login (like admin, manager, and user logins).

If we could pass in the key name as an option, that would be invaluable.

redheadedstep avatar Sep 12 '18 21:09 redheadedstep