Function jwt_boiler::to_token

source ·
pub fn to_token(
    app_secret: &str,
    claims: BTreeMap<String, Value>
) -> Result<String, Error>