Releases: go-webauthn/webauthn
Releases · go-webauthn/webauthn
v0.3.2
0.3.2 (2022-06-24)
This release updates dependencies.
Build
- deps: update module golang.org/x/crypto to 05595931fe9d (24bd523)
- deps: update module github.com/go-webauthn/revoke to v0.1.2 (fc740cf)
- deps: update module github.com/mitchellh/mapstructure to v1.5.0 (228139a)
- deps: update module github.com/golang-jwt/jwt/v4 to v4.4.2 (ca1bc79)
Additional Information
Full Changelog: v0.3.1...v0.3.2
v0.3.1
0.3.1 (2022-04-13)
This release ensures that this library is not effected by the recently discovered go CVE's which were fixed in 1.17.9 and 1.18.1. While it is unclear at this time as to if this library is affected, and it is believe that it is not affected; it's better to be safe than sorry.
Build
- deps: update module golang.org/x/crypto to 7b82a4e95df4 (4d9fa80)
- deps: update module github.com/go-webauthn/revoke to v0.1.1 (a2f6df9)
Additional Information
Full Changelog: v0.3.0...v0.3.1
v0.3.0
0.3.0 (2022-04-06)
Features
- deps: remove module github.com/cloudflare/cfssl (#33) (c561447)
Additional Information
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
0.2.1 (2022-03-01)
This release just updated some dependencies.
Additional Information
Full Changelog: v0.2.0...v0.2.1
v0.2.0
0.2.0 (2022-03-01)
Bug Fixes
- check the credential id length att data (#16) (b3b93ac)
- parse all transports even if unknown (#14) (729227d)
- unused json tag (#17) (4c7efcd)
Features
- add resident key protocol option (#13) (5ad54f8)
- add with setters for appid related extensions (#11) (d3212fe)
- discoverable login (#18) (401a3f6)
Additional Information
Full Changelog: v0.1.1...v0.2.0
v0.1.3
v0.1.1
v0.1.0
0.1.0 (2021-12-15)
Bug Fixes
- missing extension results in parsed credential data (#13) (9c370fd)
- vuln sign count update on clone detected (#3) (5098308)
- webauthn: allowed credentials validation iteration logic failure (#10) (525b8d2)
- webauthn: config not honored in begin registration (#12) (f846cca)
Features
Additional Information
Full Changelog: https://github.com/go-webauthn/webauthn/commits/v0.1.0