Filter By

Package Types

Operating System

Categories

Trust Information

By: | 1,550,442 downloads | Last Updated: 10/1/2023 | Latest Version: 1.1.3

The module provides tools to work with Json Web Tokens.

By: | 471,816 downloads | Last Updated: 11/18/2025 | Latest Version: 2.7.0

Tools for managing, troubleshooting, and reporting on various aspects of Microsoft Identity products and services, primarily Microsoft Entra ID.

By: | 10,648 downloads | Last Updated: 6/14/2026 | Latest Version: 1.23.0

This PowerShell module contains functions that facilitate the creation, validation, and decoding of JWTs (JSON Web Tokens) as well as the creation of JWKs (JSON Web Keys).

By: | 500 downloads | Last Updated: 9/18/2020 | Latest Version: 0.1.0

Module to manage JWT tokens.

By: | 369 downloads | Last Updated: 11/21/2025 | Latest Version: 1.2.0

This module contains cmdlets to help with generating and validating signed or encrypted JWT tokens.

By: | 45 downloads | Last Updated: 6/16/2026 | Latest Version: 1.2.2

Offline JSON Web Token decoder and signature verifier. Never makes network calls. Sensitive buffers are zeroed before release. Guards against the JWT algorithm-confusion attack. Cmdlets: ConvertFrom-JsonWebToken, Test-JsonWebTokenSignature, Get-JsonWebTokenClaim.

By: | 16 downloads | Last Updated: 6/16/2026 | Latest Version: 1.2.2

JWKS acquisition (and OIDC discovery) companion to the JwtDecoder module. Network-capable: fetches a JWKS, validates it, selects the JWK matching a JWT's kid/alg/crv, and returns the public key. The companion JwtDecoder module remains offline by construction.