Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Discussion board where members can learn more about Integration, Extensions and API’s for Qlik Sense.
/login/jwt-session
endpoint from a local session proxy built with express modeled after the Implement a Qlik Cloud session cookie proxy example:const resp = await fetch(`https://${tenantUri}/login/jwt-session`, {
method: 'POST',
headers: {
Authorization: `Bearer ${token}`,
},
})
{"errors":[{"title":"Unauthorized","code":"AUTH-1","status":"401"}],"traceId":"bfd31bd2cb66b875ef9a975bb1ca91bc"}