Skip to content

Releases: qlik-oss/qlik-cloud-jwt-lambda-example

qlik-cloud-jwt-lambda-example v1.5.0

20 Jul 17:11
53ad142
Compare
Choose a tag to compare

Added the iat claim to the JWT, as this is now a required claim for Qlik Cloud.

File Description
generate_jwt_token.zip The Lambda function for generating the JWT.
remove_old_users.zip The Lambda function for removing old users.
index.html The sample web page that embeds an iframe using JWT.

qlik-cloud-jwt-lambda-example v1.4.0

08 Jun 15:47
Compare
Choose a tag to compare

Hardened the web page sample code to fire an enigma websocket session closure upon the offline event. Recent testing illustrated that in Chromium browsers, going offline (dropping your internet connection or throttling the network to "offline" in dev tools) was not triggering the closed event. Adding in a listener for the offline event which subsequently explicitly closes the websocket handles for this scenario. Browsers such as Firefox appear to be unaffected, though also work with this modification.

File Description
generate_jwt_token.zip The Lambda function for generating the JWT.
remove_old_users.zip The Lambda function for removing old users.
index.html The sample web page that embeds an iframe using JWT.

qlik-cloud-jwt-lambda-example v1.3.0

23 May 19:34
Compare
Choose a tag to compare

Hardened the web page sample code to try to create an enigma session a second time if the first results in an immediate websocket closure. This is likely due to an edge-case where the newly created user does not yet have permission to the space via group yet.

File Description
generate_jwt_token.zip The Lambda function for generating the JWT.
remove_old_users.zip The Lambda function for removing old users.
index.html The sample web page that embeds an iframe using JWT.

qlik-cloud-jwt-lambda-example v1.2.0

20 May 20:49
Compare
Choose a tag to compare

Adjusted generate_jwt_token Lambda function:

  • GUID generation from UUID1 to UUID4
  • Shortened JWT expiry from 1 hr to 5 min
File Description
generate_jwt_token.zip The Lambda function for generating the JWT.
remove_old_users.zip The Lambda function for removing old users.
index.html The sample web page that embeds an iframe using JWT.

qlik-cloud-jwt-lambda-example v1.1.0

19 May 18:37
Compare
Choose a tag to compare

Removal of the identity parameter from the web page.

File Description
generate_jwt_token.zip The Lambda function for generating the JWT.
remove_old_users.zip The Lambda function for removing old users.
index.html The sample web page that embeds an iframe using JWT.

qlik-cloud-jwt-lambda-example v1.0.0

19 May 02:10
Compare
Choose a tag to compare

First release:

File Description
generate_jwt_token.zip The Lambda function for generating the JWT.
remove_old_users.zip The Lambda function for removing old users.
index.html The sample web page that embeds an iframe using JWT.