Page 2 of 2

Re: [Answered]: JWT component for ESP-IDF (JSON Web Tokens)

Posted: Mon Mar 08, 2021 2:47 pm
by Pedrojdi
Hi Kolban, I'm Brazilian, sorry for my English

All right, I downloaded your jwt token creation example and managed to generate the token without any problem.
I would like to know how to test the signature of the token the time the customer resends.
In my scenario I have an esp32 as a server and a client must connect via html. I generate a token and send it to the customer in the header. Then the client resends the token to the server. How to check if this token is valid.
Thank you very much