Releases: MichaelFraser99/go-jose
Releases · MichaelFraser99/go-jose
v0.9.0
What's Changed
- added method to convert public key jwk to crypto.PublicKey by @MichaelFraser99 in #19
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Jwt by @MichaelFraser99 in #18
Note - this version changes the HS algorithm's SecretKey definition and moves it to a single definition inside the common package. Any implementations using the algorithm-specific SecretKey definition will be required to move to the new common.SecretKey
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.2
v0.6.1
v0.6.0
What's Changed
- enabled hmac signers to be retrieved with the jws functions by @MichaelFraser99 in #9
- Bump actions/setup-go from 4 to 5 by @dependabot in #10
- added GetAlgorithm helper to support jwt consumers by @MichaelFraser99 in #11
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v0.5.1...v0.6.0
v0.5.1
Full Changelog: v0.5.0...v0.5.1
Added HMAC Signer for spec compliance
v0.4.0
v0.3.0
Added missing Algorithm String calls
Removed Validator included as part of Signer object
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Moved bitsize on NewSigner method to an Opts function allowing for a nil value to be sent when defining non-rs algorithms
Full Changelog: v0.1.0...v0.2.0