Skip to main content

cache_user

Function cache_user 

Source
pub async fn cache_user(
    cache: &Cache,
    digest: &Digest,
    token_hmac_key: &SecretString,
    user: &User,
    ttl: Duration,
)