Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.. #126

Merged
merged 2 commits into from
Mar 19, 2024
Merged

.. #126

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 41 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center">
<a href="https://github.com/ptarmiganlabs/qs-jwt">
<img src="https://img.shields.io/badge/Source---" alt="Source"></a>
<a href="https://github.com/ptarmiganlabs/qs-jwt/actions/workflows/release-please.yml"><img src="https://github.com/ptarmiganlabs/qs-jwt/actions/workflows/release-please.yml/badge.svg?branch=main" alt="Continuous Integration"></a>
<a href="https://github.com/ptarmiganlabs/qs-jwt/actions/workflows/ci.yaml"><img src="https://github.com/ptarmiganlabs/qs-jwt/actions/workflows/ci.yaml/badge.svg?branch=main" alt="Continuous Integration"></a>
<a href="https://www.repostatus.org/#active"><img src="https://www.repostatus.org/badges/latest/active.svg" alt="Project Status: Active – The project has reached a stable, usable state and is being actively developed." /></a>
</p>

Expand All @@ -22,46 +22,46 @@ More info at [ptarmiganlabs.com](https://ptarmiganlabs.com) where you can also [

<h2>Table of contents</h2>

- [Introduction](#introduction)
- [JWT pros and cons](#jwt-pros-and-cons)
- [Online JWT resources](#online-jwt-resources)
- [What is qs-jwt](#what-is-qs-jwt)
- [Install](#install)
- [qs-jwt concepts](#qs-jwt-concepts)
- [Command line tool](#command-line-tool)
- [JWT claims](#jwt-claims)
- [Commands](#commands)
- ["create-qseow" command](#create-qseow-command)
- ["create-qscloud" command](#create-qscloud-command)
- [Modes of operation](#modes-of-operation)
- [QSEoW: Create JWTs using existing private key file](#qseow-create-jwts-using-existing-private-key-file)
- [Create a certificate using openssl](#create-a-certificate-using-openssl)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server)
- [QSEoW: Create JWTs using existing private key passed as parameter](#qseow-create-jwts-using-existing-private-key-passed-as-parameter)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos-1)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server-1)
- [QSEoW: Create new certificate and key files, then create JWT](#qseow-create-new-certificate-and-key-files-then-create-jwt)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos-2)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server-2)
- [QS Cloud: Create JWTs using existing private key file](#qs-cloud-create-jwts-using-existing-private-key-file)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos-3)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server-3)
- [QS Cloud: Create JWTs using existing private key passed as parameter](#qs-cloud-create-jwts-using-existing-private-key-passed-as-parameter)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos-4)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server-4)
- [QS Cloud: Create new certificate and key pair, then create JWT](#qs-cloud-create-new-certificate-and-key-pair-then-create-jwt)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos-5)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server-5)
- [Connecting to APIs using JWTs](#connecting-to-apis-using-jwts)
- [Client-managed Qlik Sense (=QSEoW)](#client-managed-qlik-sense-qseow)
- [Qlik Sense Cloud](#qlik-sense-cloud)
- [QSEoW: Using JWTs in security rules](#qseow-using-jwts-in-security-rules)
- [Logging](#logging)
- [Security and disclosure](#security-and-disclosure)
- [Virus scanning](#virus-scanning)
- [Positive scan vs false positives](#positive-scan-vs-false-positives)
- [Signed binaries](#signed-binaries)
- [Introduction](#introduction)
- [JWT pros and cons](#jwt-pros-and-cons)
- [Online JWT resources](#online-jwt-resources)
- [What is qs-jwt](#what-is-qs-jwt)
- [Install](#install)
- [qs-jwt concepts](#qs-jwt-concepts)
- [Command line tool](#command-line-tool)
- [JWT claims](#jwt-claims)
- [Commands](#commands)
- ["create-qseow" command](#create-qseow-command)
- ["create-qscloud" command](#create-qscloud-command)
- [Modes of operation](#modes-of-operation)
- [QSEoW: Create JWTs using existing private key file](#qseow-create-jwts-using-existing-private-key-file)
- [Create a certificate using openssl](#create-a-certificate-using-openssl)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server)
- [QSEoW: Create JWTs using existing private key passed as parameter](#qseow-create-jwts-using-existing-private-key-passed-as-parameter)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos-1)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server-1)
- [QSEoW: Create new certificate and key files, then create JWT](#qseow-create-new-certificate-and-key-files-then-create-jwt)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos-2)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server-2)
- [QS Cloud: Create JWTs using existing private key file](#qs-cloud-create-jwts-using-existing-private-key-file)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos-3)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server-3)
- [QS Cloud: Create JWTs using existing private key passed as parameter](#qs-cloud-create-jwts-using-existing-private-key-passed-as-parameter)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos-4)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server-4)
- [QS Cloud: Create new certificate and key pair, then create JWT](#qs-cloud-create-new-certificate-and-key-pair-then-create-jwt)
- [Running qs-jwt on macOS](#running-qs-jwt-on-macos-5)
- [Running qs-jwt on Windows Server](#running-qs-jwt-on-windows-server-5)
- [Connecting to APIs using JWTs](#connecting-to-apis-using-jwts)
- [Client-managed Qlik Sense (=QSEoW)](#client-managed-qlik-sense-qseow)
- [Qlik Sense Cloud](#qlik-sense-cloud)
- [QSEoW: Using JWTs in security rules](#qseow-using-jwts-in-security-rules)
- [Logging](#logging)
- [Security and disclosure](#security-and-disclosure)
- [Virus scanning](#virus-scanning)
- [Positive scan vs false positives](#positive-scan-vs-false-positives)
- [Signed binaries](#signed-binaries)

---

Expand Down
2 changes: 2 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"last-release-sha": "7828bb09902df27b1133987a96f746d795055212",
"release-as": "1.11.6",
"release-type": "node",
"draft": true,
"release-search-depth": 10,
Expand Down