Home
last modified time | relevance | path

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

/dports/security/vaultwarden/vaultwarden-1.23.1/src/
H A Dauth.rs35 static PRIVATE_RSA_KEY: Lazy<EncodingKey> = Lazy::new(|| { const
46 Lazy::force(&PRIVATE_RSA_KEY); in load_keys()
51 match jsonwebtoken::encode(&JWT_HEADER, claims, &PRIVATE_RSA_KEY) { in encode_jwt()