Releases: DigitalAXPP/jwtPS
Releases · DigitalAXPP/jwtPS
v.1.1.3.1
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
headerparameter is now available to provide a custom header.
Full Changelog: v1.1.0...v1.1.3.1
Adding key option and file path
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
- V1.1.0 by @DigitalAXPP in #33
Full Changelog: v1.0.2...v1.1.0
Adding RSA-PSS
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#
What's Changed
- Fsharp module by @DigitalAXPP in #28
- Functions
ConvertFrom-JwtandNew-Jwtare 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