Searched refs:PUBLIC_RSA_KEY (Results 1 – 1 of 1) sorted by relevance
41 static PUBLIC_RSA_KEY: Lazy<DecodingKey> = Lazy::new(|| { const47 Lazy::force(&PUBLIC_RSA_KEY); in load_keys()69 …jsonwebtoken::decode(&token, &PUBLIC_RSA_KEY, &validation).map(|d| d.claims).map_res("Error decodi… in decode_jwt()