maxmantz / redux-oidc-example

Small ReactJS application to demonstrate the usage of redux-oidc
MIT License
108 stars 68 forks source link

open any link in new tab on same browser ,i can't get user Data #20

Closed sanjaykumarpushadapu closed 6 years ago

maxmantz commented 6 years ago

This is very little information to go on, but making an educated guess, this probably has to do with the userManager settings. User information is stored in sessionStorage by default, but can be switched to localStorage. If set to localStorage, existing user information is used when opening a new tab.

sanjaykumarpushadapu commented 6 years ago

Thank you ,how can be switched to localStorage?

maxmantz commented 6 years ago

Please refer to the oidc-client wiki for configuration options.

sanjaykumarpushadapu commented 6 years ago

Thank you