Skip to main content

generate_jwt_token_with_uuid

Function generate_jwt_token_with_uuid 

Source
pub fn generate_jwt_token_with_uuid(
    user_id: Uuid,
    token_uuid: Uuid,
    ttl: i64,
    private_key: &str,
) -> Result<TokenDetails, Error>