Search found 2 matches

by jamiehug
Mon Apr 01, 2019 4:42 pm
Forum: ESP-IDF
Topic: [Answered]: JWT component for ESP-IDF (JSON Web Tokens)
Replies: 10
Views: 25821

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

Hi Kolban, Thanks for your work on the JWT example, I got it to work perfectly with RSA keys. I am now looking to generate a JWT token for Google IoT MQTT comms using EC keypairs (I have generated an EC key pair and saved the private/public keys into a .pem file that I read in on the esp32). See Goo...
by jamiehug
Mon Apr 01, 2019 4:00 pm
Forum: ESP-IDF
Topic: [Answered]: JWT component for ESP-IDF (JSON Web Tokens)
Replies: 10
Views: 25821

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

Hi Kolban,

I managed to get your example working perfectly with RSA keys so thanks for that. I am now looking at generating a JWT using EC keys for Google Cloud Platform. Have you had any luck implementing this? :)