Skip to content

v0.6.0

Compare
Choose a tag to compare
@james-d-elliott james-d-elliott released this 26 Dec 04:29
· 208 commits to master since this release
v0.6.0
c263f7b

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

  • challenge: urlsafe base64 encoding (#82) (6abd351)

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