-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nrfcloud: use app jwt library #21142
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: cfafdae141ea56222e82c619b53435b96cb4d2a8 more detailssdk-nrf:
Github labels
List of changed files detected by CI (12)
Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
2873c20
to
8405295
Compare
8405295
to
913df0e
Compare
0d062a9
to
548c935
Compare
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
d49b653
to
62603d9
Compare
This patch adds a unit test for the JWT library to confirm that the results can be used with nRF Cloud. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
Replace internal JWT implementation with the app_jwt library. Requires the usage of prime256v1 keys. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
62603d9
to
cfafdae
Compare
Replace internal JWT implementation with the app_jwt library.
Requires the usage of prime256v1 keys.
Adds a unit test for the app_jwt library.