Monkey Patch XMLHttpRequest -- inject bearer token and verify response

This commit is contained in:
2025-04-29 09:42:53 +07:00
parent cb380a521d
commit 86ad0b38dd
2 changed files with 37 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
/** @type {AppTypes.Config} */
function sas_get_token() {
//implement token here
return "kris-check-token-is-here";
}
window.config = {
sasGetToken: sas_get_token,
routerBasename: '/',
// whiteLabeling: {},
extensions: [],