v0.6.0
·
208 commits
to master
since this release
v0.6.0 (2022-12-26)
Important Changes
The bug fix listed in this release may cause issues for users who are theoretically not properly encoding the data according to the relevant specifications. This is because we were allowing the json.Marshaller to handle all decoding previously and are now explicitly deocding data as Base64 URL Encoding (unpadded) See #82.
Bug Fixes
Features
- add config option to add multiple rp origins (#81) (0bba500), closes #76
- protocol: added authentication transportation hybrid (#86) (752defd), closes #74
- protocol: implement device eligible and backup flags (#85) (694d289), closes #75
Additional Information
Full Changelog: v0.5.0...v0.6.0
New Contributors
- @ArnaudBrousseau made their first contribution in #72
- @tobiaszheller made their first contribution in #79
- @matoous made their first contribution in #82
- @FreddyDevelop made their first contribution in #81