This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3100: Https using JWT token authentication

Part Number: CC3100


Hi Team

I want to do Https connection using JWT based token for authentication using TI Simplelink .

I checked the TI data sheet but couldnt find any information. Does TI Simplelink support JWT token authentication ?

And if yes Let me know the API we can use to implement this.

Thanks

Priyashi

  • Hi,

    TI does not support JWT token authentication as part of CC3100 SDK. But because JWT uses standard http protocol (it is part of http header) nothing prevent you implement JWT by yourself at your host MCU.

    Jan