Home
last modified time | relevance | path

Searched refs:PUBLIC_RSA_KEY (Results 1 – 1 of 1) sorted by relevance

/dports/security/vaultwarden/vaultwarden-1.23.1/src/
H A Dauth.rs41 static PUBLIC_RSA_KEY: Lazy<DecodingKey> = Lazy::new(|| { const
47 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()