Skip to main content

Module validation

Module validation 

Source

Structs§

ValidationConfig
Configuration for common validation

Functions§

extract_audiences
Extract audiences from a JSON value.
extract_string
Helper to extract string from JSON value.
parse_timestamp
Helper to parse timestamp (seconds since epoch) into OffsetDateTime.
parse_uuid_array_from_value
Helper to parse an array of UUIDs from a JSON value.
parse_uuid_from_value
Helper to parse a UUID from a JSON value.
validate_claims
Validate standard JWT claims in raw JSON against the given configuration.