Almamlaka sweets

Results 4 issues of Almamlaka sweets

using my own function works but it crash with github-webhook-handler: const createComparisonSignature = (body) => { const hmac = crypto.createHmac('sha1', process.env.GITHUB_SECRET); const self_signature = hmac.update(JSON.stringify(body)).digest('hex'); return `sha1=${self_signature}`; // shape in...

using my own function works but it crash with github-webhook-handler, my own function const createComparisonSignature = (body) => { const hmac = crypto.createHmac('sha1', process.env.GITHUB_SECRET); const self_signature = hmac.update(JSON.stringify(body)).digest('hex'); return `sha1=${self_signature}`;...

is there any way to protect routes like router.get('/nuts/download/win', auth.hasRole(['cashier']));

First salam alaikum and thank you very much I found that running the full exemple return three warning messages: ```json { "validationResults": { "infoMessages": [ { "type": "INFO", "code": "XSD_ZATCA_VALID",...