API Integration
Live Data (Online)
- The app imports
WebPortal+LoginErrorfrom thejsjiitCDN ESM module:https://cdn.jsdelivr.net/npm/jsjiit@0.0.24/dist/jsjiit.esm.js
- Login is attempted with
localStorage.username/passwordon boot.
Offline Data
ArtificialWebPortal(src/components/scripts/artificialW.js) reads from the local cache via helpers in cache.js.- Only data previously cached will be available.
Fee Serialization
serialize_payload()from src/lib/jiitCrypto.js encrypts the payload with AES-CBC per-day key schedule.