|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
OIDC ID-token (RS256) verification - implementation. More...
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 pc_rsa_verify() (real RSA modexp; mbedTLS on ESP32). Claims are read only after the signature verifies.
Definition in file oidc.cpp.