Function generate_jwt

Source
pub fn generate_jwt(
    raw_key: &str,
    duration_days: u64,
    is_admin: bool,
) -> Result<(String, String), Error>
Expand description

Generate a JWT token and account string