Stateless singleton class for creating and validating JWTs using HMAC-SHA256. More...
#include <string>
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.