posh-jwt:Powershell中的JWT(JSON Web令牌)实现

时间:2021-03-08 17:06:35
【文件属性】:
文件名称:posh-jwt:Powershell中的JWT(JSON Web令牌)实现
文件大小:9KB
文件格式:ZIP
更新时间:2021-03-08 17:06:35
PowerShell Powershell JWT 根据在PowerShell中实现JWT(JSON Web令牌) 许多现代的API都需要经过低温签名的JWT令牌。 此模块使您可以在不使用外部库的情况下,从PowerShell和基础.NET Framework创建和验证那些内容。 入门 脚本模块在PowerShell画廊上发布。 与安装 Install-Module JWT 或者,下载源代码并直接导入脚本模块: Import-Module / Path / to / JWT.psm1 用法 该模块提供两个主要功能: New-Jwt , Test-Jwt (也别名为Verify-JwtSignature )以及服务功能ConvertFrom-Base64UrlString , ConvertFrom-Base64UrlString , Get-JwtHeader和Get-JwtPayload 。 通过运行
【文件预览】:
posh-jwt-master
----JWT()
--------JWT.psm1(14KB)
--------JWT.psd1(5KB)
----LICENSE(1KB)
----README.md(7KB)

网友评论