|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
OIDC ID-token (RS256) verification - implementation. More...
#include "services/oidc/oidc.h"Go to the source code of this file.
OIDC ID-token (RS256) verification - implementation.
The shared base64url decoder (base64 module), small bounded JSON field scanners (no full parser, no heap), and the RS256 signature check delegated to ssh_rsa_verify() (real RSA modexp; mbedTLS on ESP32). Claims are read only after the signature verifies.
Definition in file oidc.cpp.