bernabe9 / redux-react-session

:key: Simple Session API storage for Redux and React
https://bernabe9.github.io/redux-react-session/
147 stars 41 forks source link

read the userSessionKey from option #47

Open prince1456 opened 5 years ago

prince1456 commented 5 years ago

this PR will solve issue number #29

sessionService.initSessionService(store, { driver: 'LOCALSTORAGE', sessionKey: 'your Key', sessionData: 'Your Key' })