Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
220 stars 70 forks source link

Ying/remove cs #653

Closed YingXue closed 3 months ago

YingXue commented 4 months ago

image Remove connection strings saved in local storage. Now the string is saved in the global context and will be automatically cleared out whenever the app gets closed. As a result, all the service calls need connection string passed in through action's payload. If by any chance, the string is lost while user is using the app, it will auto redirect user to the login page.

General Guidelines