Encode header to base64

This commit is contained in:
2024-09-21 20:43:02 +02:00
parent cf31de5b67
commit c55c55d56d
6 changed files with 62 additions and 2 deletions

View File

@ -218,6 +218,7 @@ void *secure_api_sync_device()
printf("JWT: %s\n", encoded_req);
free(encoded_req);
// TODO : replace
printf("here implement sync device logic\n");
return NULL;
}