Releases: uruk-project/Jwt
Releases · uruk-project/Jwt
2.0-beta.5
What's Changed
- The
SignatureAlgorithm
&KeyManagementAlgorithm
are now settable by @ycrumeyrolle in #562 - Move Base64 validation to
Base64Url
class by @ycrumeyrolle in #568 - Fix ESXXX KID computation cause by incorrect canonicalized JWK size ('crv' was computed as base64-encoded) by @ycrumeyrolle in #569
- Fix Base64 decoding when whitespaces occur by @ycrumeyrolle in #571
- Force SHA256 as hash algorithm for EC key wrapping by @ycrumeyrolle in #582
Full Changelog: v2.0-beta.4...v2.0-beta.5
1.9.3
Enhancements
Jwk
:SignatureAlgorithm
andKeyManagementAlgorithm
are now settable, in a mutually exclusive way.
Bugfix
ES256K
signature algorithm is now correctly spelled. WasES256X
before.
2.0-beta.4
1.9.2
2.0-beta.3
Update dotnet-jwk.csproj Do not generate dotnet-jwk package
2.0-beta.2
v2.0-beta.2 Update Directory.Build.props
2.0-beta.1
v2.0-beta.1 Don't build package for samples
1.9.1
1.9
1.8
- Fix issue on JWT without
nbf
claim.