Module for interacting with JWTs and JWKs

This page summarizes the projects mentioned and recommended in the original post on /r/PowerShell

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • PSJsonWebToken

    A PowerShell module that contains functions to create, validate, and test JSON Web Tokens (JWT) as well as the creation of JSON Web Keys (JWK).

    Hello again! I've written a PowerShell module, PSJsonWebToken, that contains functions to create, validate, and test JSON Web Tokens (JWT) as well as the creation of JSON Web Keys (JWK). This module has been useful to me in validating the security of endpoints that accept JWTs for authentication as well as generating JWKs for signature verification for JWTs in an OpenID Connect flow. There are also some advanced functions for base64 decoding and encoding, exporting .NET X509Certificate objects to formatted strings, etc. https://github.com/anthonyg-1/PSJsonWebToken

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts