Skip to content

Releases: DigitalAXPP/jwtPS

v.1.1.3.1

Choose a tag to compare

@DigitalAXPP DigitalAXPP released this 01 Oct 14:05
ff6f468

What's Changed

  • V1.1.3 by @DigitalAXPP in #37
  • V1.1.3.1 by @DigitalAXPP in #38
  • In version 1.1.3 two main changes are included: NUnit test are created to test the F# backend functions and secondly, the header parameter is now available to provide a custom header.
    Full Changelog: v1.1.0...v1.1.3.1

Adding key option and file path

Choose a tag to compare

@DigitalAXPP DigitalAXPP released this 15 Dec 20:43
768bb5c

This release offers two options to provide the encryption secret. You can now either provide the path to the key or you provide the key content directly. Also, you have now the option to use PEM encoded or DER encoded keys.

What's Changed

Full Changelog: v1.0.2...v1.1.0

Adding RSA-PSS

Choose a tag to compare

@DigitalAXPP DigitalAXPP released this 23 Oct 19:38
ee57209

What's Changed

  • V1.0.2 by @DigitalAXPP in #31
  • RSA-PSS was added as an option for the signature

Full Changelog: v.1.0.1...v1.0.2

Convert module to use F#

Choose a tag to compare

@DigitalAXPP DigitalAXPP released this 23 Oct 18:20
e65380f

What's Changed

  • Fsharp module by @DigitalAXPP in #28
  • Functions ConvertFrom-Jwt and New-Jwt are now written in F#
  • Correcting the external help file + adding some debug message in Conv… by @DigitalAXPP in #29
  • Extend tests to macOS. by @DigitalAXPP in #30