Ready to build JWT
This commit is contained in:
9
esp32_device/main/jwt.c
Normal file
9
esp32_device/main/jwt.c
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "jwt.h"
|
||||
|
||||
char *jwt_gen(cJSON *payload)
|
||||
{
|
||||
return strdup("TODO:)");
|
||||
}
|
Reference in New Issue
Block a user