-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieve values from the front-end local storage #2190
Comments
This issue has been labelled as "🥶Waiting for contributor" because it has been inactive for more than 14 days. If you would like to continue working on this issue, please add another comment or create a PR that links to this issue. If a PR has already been created which refers to this issue, then you should explicitly mention this issue in the relevant PR. Otherwise, you will be unassigned in 14 days. For more information please refer to the contributing guidelines. |
This issue has been unassigned automatically because it has been marked as "🥶Waiting for contributor" for more than 14 days with no activity. |
Description
Application portals may store information (such as authentication data) in the local storage of the browser.
This happens within IFPEN for example.
This feature would provide an access to this information, on a property-by-property basis, like a synchronous retrieval of a local storage value for the current app, or, or may be both, an initial retrieval once the app is up.
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: