Releases: ptarmiganlabs/qs-jwt
Releases · ptarmiganlabs/qs-jwt
qs-jwt: v1.10.1
qs-jwt: v1.10.0
qs-jwt: v1.6.1
qs-jwt: v1.6.0
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