Enhance Client Initialization and Authentication Configuration#137
Merged
Enhance Client Initialization and Authentication Configuration#137
Conversation
596185b to
6aac879
Compare
Danielius1922
approved these changes
Aug 28, 2023
499ae10 to
9a4d0f9
Compare
|
Kudos, SonarCloud Quality Gate passed! |
746f5c1 to
c605cd1
Compare
e82890b to
d9b1f8e
Compare
app version as hook
app version as hook
This commit introduces changes to the Devices pages by leveraging code from the shared UI repository, named shared-ui. The goal is to enhance code reusability and maintainability across our projects.
f6e9754 to
d74e98a
Compare
|
Kudos, SonarCloud Quality Gate passed! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








This pull request 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
X509andPreSharedKeydevice 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:
Authentication Methods:
X509andPreSharedKeydevice authentication methods from UICode Reusability and Maintainability: