Skip to content

Releases: ptarmiganlabs/qs-jwt

qs-jwt: v1.10.1

19 Mar 20:34
8990f44
Compare
Choose a tag to compare

1.10.1 (2022-03-19)

Documentation

  • Added QS Cloud related docs (49ebca3)

qs-jwt: v1.10.0

18 Mar 04:52
e4b6bc7
Compare
Choose a tag to compare

1.10.0 (2022-03-18)

Features

  • Add support for QS Cloud JWTs (6597dfa), closes #27

Bug Fixes

  • Description of create-qseow command (bd78de1), closes #26

qs-jwt: v1.6.1

14 Mar 21:27
899c8a2
Compare
Choose a tag to compare

1.6.1 (2022-03-14)

Documentation

  • Better descr for --cert-privatekey (33d6f53), closes #20
  • Fixed typos in README (75afac8)

qs-jwt: v1.6.0

14 Mar 19:23
dabee19
Compare
Choose a tag to compare

1.6.0 (2022-03-14)

🎉🎉🍾 This is the first public release of qs-jwt.

In this first version it's possible to create JWTs (JSON Web Tokens) that can be used with to authenticate with the client-managed version of Qlik Sense, also known as Qlik Sense Enterprise on Windows, QSEoW.

Adding support for Qlik Cloud JWTs is very much planned.
Make sure to star and follow this repository if you would like to be notified when new releases are available!

Features

  • Create JWTs using already existing certificate and private key files.
  • Create JWTs using private key passed in using an environment variable.
  • Create JWTs and a new certificate and associated private/public key files.
  • Pass in arbitrary metadata using the "groups" option. This metadata can be used in Sense security rules
  • Set expiry time for each created JWT.
  • ... and more