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
Replace internal JWT implementation with the app_jwt library.
Requires the usage of prime256v1 keys.
Signed-off-by: Maximilian Deubel <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -964,7 +964,11 @@ Libraries for networking
964
964
* :ref:`lib_nrf_cloud` library:
965
965
966
966
* Added the :kconfig:option:`CONFIG_NRF_CLOUD` Kconfig option to prevent unintended inclusion of nRF Cloud Kconfig variables in non-nRF Cloud projects.
967
-
* Updated to use the :ref:`lib_downloader` library for CoAP downloads.
967
+
968
+
* Updated:
969
+
970
+
* To use the :ref:`lib_downloader` library for CoAP downloads.
971
+
* To use the :ref:`lib_app_jwt` library to generate JWT tokens.
0 commit comments