aws-solutions / virtual-waiting-room-on-aws

Virtual Waiting Room on AWS solution helps absorb and control incoming user requests to your website during an unusually large burst of traffic, usually due to a large-scale event.
Apache License 2.0
94 stars 29 forks source link

Changed the save destination of Configuration from Session Storage to Local Storage. #234

Closed kght6123 closed 7 months ago

kght6123 commented 1 year ago

Issue #, if available:

None.

Description of changes:

Changed the save destination of Configuration from Session Storage to Local Storage.

I changed the save destination because it is inconvenient to clear information such as tokens every time I close the tab.

bassemwanis commented 7 months ago

Although using local storage for Control Panel configuration is convenient, it is not a secure method for storing sensitive data like access keys and tokens. Consequently, we have decided to close this pull request.