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
Enhance Client Initialization and Authentication Configuration (#137)
This commit enhances the initialization process for clients, introducing a configuration options for client-application via API. The addition of a Reset function allows the application to transition to an uninitialized state, providing users the flexibility to choose between X509 and PreSharedKey device authentication methods. This update empowers remote clients connected to plgd-hub, allowing seamless configuration of device authentication to meet specific requirements.
Changes Introduced:
Client Initialization:
Enables configuration of client application during the initialization process via UI
Introduces a Reset function to transition the application to an uninitialized state.
Authentication Methods:
Provides support for both X509 and PreSharedKey device authentication methods from UI
Code Reusability and Maintainability:
Implements changes to the Devices pages by leveraging code from the shared UI repository (shared-ui).
Enhances code reusability and maintainability across projects.
---------
Co-authored-by: Patrik Matiaško <patrik.matiasko@gmail.com>
0 commit comments