DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
oidc.cpp File Reference

OIDC ID-token (RS256) verification - implementation. More...

Go to the source code of this file.

Detailed Description

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.