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 <maximilian.deubel@nordicsemi.no>
Copy file name to clipboardexpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+1
Original file line number
Diff line number
Diff line change
@@ -908,6 +908,7 @@ Libraries for networking
908
908
909
909
* Added the :kconfig:option:`CONFIG_NRF_CLOUD` Kconfig option to prevent unintended inclusion of nRF Cloud Kconfig variables in non-nRF Cloud projects.
910
910
* Updated to use the :ref:`lib_downloader` library for CoAP downloads.
911
+
* Updated to use the :ref:`lib_app_jwt` library to generate JWT tokens.
0 commit comments