Estimated Time: 3–5 MinutesService Category: ICT ServicesWho Can Apply: Teaching and Non-Teaching Personnel 🎯 What is this Service? This service allows personnel to request to Microsoft 365 services, including: ✅ Outlook Email✅ Microsoft Teams✅ OneDrive Cloud Storage✅ Word Online✅ Excel Online✅ PowerPoint Online 📋 Before You Begin Please prepare the following information: Requirement Description EMS continue reading : 📧 How to Request a Microsoft 365 Account via EMS
CSM Results
// you will need to install via ‘npm install jsonwebtoken’ or in your package.json const jwt = require(“jsonwebtoken”); const METABASE_SITE_URL = “http://ems.depedtacurong.org”; const METABASE_SECRET_KEY = “5fe65d4f6575e5368ae1aa5f923bea3a10bec28448580f10042f7516860a9c5f”; const payload = { resource: { question: 38 }, params: {}, exp: Math.round(Date.now() / 1000) + (10 * 60) // 10 minute expiration }; const token = jwt.sign(payload, METABASE_SECRET_KEY); continue reading : CSM Results
