Closed axelssonHakan closed 6 years ago
@axelssonHakanI think this done today? The JWT must be sent to the engine for it to accept the connection? The auth service puts the JWT in redis, and openresty does the swap from cookie to jwt in the header?
:heavy_check_mark:
The routes: https://github.com/qlik-ea/qliktive-qix-session-service/blob/master/src/index.js#L42 https://github.com/qlik-ea/qliktive-qix-session-service/blob/master/src/index.js#L48 Has to pick up the JWT from the request (if present) and include it in the header for Enigma.js https://github.com/qlik-ea/qliktive-qix-session-service/blob/master/src/DocPrepper.js#L26