Skip to content

Commit

Permalink
Merge pull request #126 from mountaindude/main
Browse files Browse the repository at this point in the history
..
  • Loading branch information
mountaindude authored Mar 19, 2024
2 parents 91e6905 + 780b908 commit cdcbafc
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 41 deletions.
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

0 comments on commit cdcbafc

Please sign in to comment.