-
Syllabus
-
Introduction 1 min
-
Demo 2 min
-
Classic Approach 1 min
-
New Approach: JSON Array 4 min
-
JWE Example 5 min
-
Javascript Object Signing and Encryption 4 min
-
JWTComm Library For MCU Features 3 min
-
Evaluation Board 1 min
-
JWTComm Solution: Challenges Solved 4 min
-
Keys & Provisioning 1 min
-
JWTComm Defined Tokens 2 min
-
Token based Communication 6 min
-
Summary 1 min
- Class Discussion
-
You are invited to further discuss this topic here

Communication Over Bluetooth Low Energy with JWT (JSON Web Token)
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
The tokens are designed to be compact, URL-safe, and usable especially in a web-browser single-sign-on (SSO) context. JWT claims can typically be used to pass identity of authenticated users between an identity provider and a service provider, or any other type of claims as required by business processes.