v0.7.0
james-d-elliott
released this
29 Jan 01:08
·
196 commits
to master
since this release
v0.7.0 (2023-01-29)
Important Notes
This release adjusts the base64 URL encoding and parsing of several elements in the JSON input and output. There is potential this may result in issues with previously registered credentials in particular ones which use non-readable characters (i.e. random bytes rather than a string converted to bytes) for the user.id
. If this presents an issue we request you open an issue and we'll figure out how to adequately deal with this.
Changes
Bug Fixes
Features
- protocol: add enterprise attestation preference (#100) (ad214bd), closes #90
- protocol: ignore padding for base64 url encoding (#95) (dca408e), closes #93
- protocol: native android fido2 origin (#94) (5f46788), closes #92
Additional Information
Full Changelog: v0.6.1...v0.7.0