You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of PD Live persists the OAuth token to sessionStorage, which is valid for the lifecycle of a browser's tab. The suggested enhancement should use localStorage so that the users session remain active when the browser is restarted, while taking into account of the OAuth token TTL.
Summary
The current implementation of PD Live persists the OAuth token to
sessionStorage
, which is valid for the lifecycle of a browser's tab. The suggested enhancement should uselocalStorage
so that the users session remain active when the browser is restarted, while taking into account of the OAuth token TTL.Affected Code
pd-live-react/src/util/pdoauth.js
Line 206 in 066c05f
The text was updated successfully, but these errors were encountered: