Stateless singleton class for creating and validating JWTs using HMAC-SHA256. More...
#include <string>
Include dependency graph for JwtAuthenticator.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | JwtAuthenticator |
| JWT JwtAuthenticator for embedded applications. More... | |
Provides methods to create, decode, verify, and validate JWTs using base64url encoding and the mbedTLS cryptographic library.
Definition in file JwtAuthenticator.h.