Search found 1 match
- Sat Aug 25, 2018 6:09 pm
- Forum: ESP-IDF
- Topic: [Answered]: JWT component for ESP-IDF (JSON Web Tokens)
- Replies: 10
- Views: 29549
Re: JWT component for ESP-IDF (JSON Web Tokens)
I have managed to get GCP connectivity working with mbedTLS using the RS256 scheme and just ESP-IDF/freertos. My code is scattered across a few C++ classes so not so simple to copy/paste here but the steps aren't too hard. I'll detail them here. Generate a 2048 bit RSA keypair. Store the public half...