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
<ItemName="MQTT_Connection.lvlib"Type="Library"URL="/<vilib>/LabVIEW Open Source Project/MQTT Connection/MQTT_Connection/MQTT_Connection.lvlib"/>
51
-
<ItemName="MQTT_TCP.lvlib"Type="Library"URL="/<vilib>/LabVIEW Open Source Project/MQTT TCP Connection/MQTT_TCP/MQTT_TCP.lvlib"/>
<ItemName="Open URL in Default Browser (path).vi"Type="VI"URL="/<vilib>/Platform/browser.llb/Open URL in Default Browser (path).vi"/>
@@ -107,6 +105,8 @@
107
105
<ItemName="ISO8601 DateString to Timestamp.vi"Type="VI"URL="/<vilib>/LabVIEW Open Source Project/Epoch Date & Time/formatter.iso8601/ISO8601 DateString to Timestamp.vi"/>
108
106
<ItemName="Unix Time to Timestamp.vi"Type="VI"URL="/<vilib>/LabVIEW Open Source Project/Epoch Date & Time/epoch.UNIX/Unix Time to Timestamp.vi"/>
109
107
<ItemName="OpenConvert.lvlib"Type="Library"URL="/<vilib>/LabVIEW Open Source Project/Data Manipulation/Conversions/OpenConvert.lvlib"/>
108
+
<ItemName="Connection.TCP_GOSPL.lvlib"Type="Library"URL="/<vilib>/LabVIEW Open Source Project/Connection/Connection.TCP/Connection.TCP_GOSPL.lvlib"/>
109
+
<ItemName="Connection_GOSPL.lvlib"Type="Library"URL="/<vilib>/LabVIEW Open Source Project/Connection/Connection/Connection_GOSPL.lvlib"/>
@@ -76,8 +74,7 @@ A few comments about the current state and evolution of the project:
76
74
- PKCE (Proof-Key Challenge Exchange) workflow is implemented and used by default. It is highly recommended not to deactivate it, as it will become a mandatory feature when Oauth2.1 becomes the norm.
77
75
78
76
- As of this release, the library currently supports only redirections on port 80 (http) but has been built in a way that future updates should be easy to change to port 443 through https connection. This is because the project is maintained in LV2013 and TLS support was added in LV2020. However, an OauthClient class has been created to act as an "interface" which should allow injection of a TLS-secured client in later versions of LabVIEW (distributed as an extension addon to this library)
79
-
- This library currently supports Authorization tokens, but not the ID Tokens for OpenID extension. It should be part of a future upgrade, once support for JWT (JSON Web Token) has been added to the library.
80
-
- The user will notice a dependency on "MQTT Connection". This is for the first release while the Connection classes are stripped from the MQTT namespace and become their own separate libraries released under the G Open Source Project for LabVIEW. Stay tuned!</Description>
77
+
- This library currently supports Authorization tokens, but not the ID Tokens for OpenID extension. It should be part of a future upgrade, once support for JWT (JSON Web Token) has been added to the library.</Description>
@@ -95,8 +92,7 @@ The Oauth2 library does not (and will not) support Implicit Grant Flow, as it wi
95
92
96
93
A few comments about the current state and evolution of the project:
97
94
- The library currently supports only redirections on port 80 (http) but has been built in a way that future updates should be easy to change to port 443 through https connection. This is because the project is maintained in LV2013 and TLS support was added in LV2020. However, an OauthClient class has been created to act as an "interface" which should allow injection of a TLS-secured client in later versions of LabVIEW (distributed as an extension addon to this library)
98
-
- This library currently supports Authorization tokens, but not the ID Tokens for ConnectID extension. It is being planned as well, once support for JWT (JSON Web Token) has been added to the library.
99
-
- The user will notice a dependency on "MQTT Connection". This is for the first release while the Connection classes are stripped from the MQTT namespace and become their own separate libraries released under the G Open Source Project for LabVIEW. Stay tuned!</Release_Notes>
95
+
- This library currently supports Authorization tokens, but not the ID Tokens for ConnectID extension. It is being planned as well, once support for JWT (JSON Web Token) has been added to the library.</Release_Notes>
100
96
</Description>
101
97
<Destinations>
102
98
<Toolkit_VIs>
@@ -470,7 +466,7 @@ A few comments about the current state and evolution of the project:
470
466
<Path>source\Examples</Path>
471
467
<VI_Title/>
472
468
</Items_Data>
473
-
<GUID>6EC098B057DEF7C1A9D47072992DBDE8</GUID>
469
+
<GUID>FEA5E7C707F9E7BC2D75177F798C5579</GUID>
474
470
</Functions_Palette_Data>
475
471
<Functions_Palette_Data>
476
472
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -561,7 +557,7 @@ A few comments about the current state and evolution of the project:
0 commit comments