Releases: qlik-oss/qlik-cloud-jwt-lambda-example
qlik-cloud-jwt-lambda-example v1.5.0
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
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
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
Adjusted generate_jwt_token
Lambda function:
- GUID generation from
UUID1
toUUID4
- 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
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
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. |