Function jwks_server::routes::get_jwks

source ·
pub fn get_jwks() -> Json<Jwks>
Expand description

Provides the public keys in JWKS (JSON Web Key Set) format.

This endpoint serves public keys that are currently valid and have not expired, allowing clients to verify the authenticity of JWTs issued by this server.