v1.1.0
What's Changed
- Moved Algorithm parameter to base class and changed type by @ArmaanMcleod in #16
- Exclude PS256, PS384 & PS512 algorithms by @ArmaanMcleod in #17
- Add encrypted token support by @ArmaanMcleod in #18
- Add Test workflow, PSGallery and License badges by @ArmaanMcleod in #19
- Add argument completer tests by @ArmaanMcleod in #20
v1.1.0 - 05/02/2024
General Cmdlet Updates and Fixes
- Moved
-Algorithm
parameter to base class and changed type fromJwsAlgorithm
tostring
(#13) (#14). - Exclude
PS256
,PS384
&PS512
algorithms (#17).- This was to prevent these algorithms from being accepted since they are not cross platform (#6).
- Add encrypted token support (#8).
- Includes
-Encryption
parameter so encrypted JWT tokens can be created.
- Includes
Build and Packaging Improvements
Full Changelog: v1.0.2...v1.1.0