Skip to content

v0.9.0

Compare
Choose a tag to compare
@ottokruse ottokruse released this 17 Oct 19:17
· 57 commits to main since this release
b3afa16

Breaking change warning

PR #106 introduces a breaking change for users that would have configured their user pool to use username as a sign-in option (vs email and/or phone_number only). All FIDO2 credentials will have to be recreated, because we changed the logic that determines the userHandle. This is unfortunate, but we felt it warranted because the new logic is more secure. Also this lib is still at major version 0 for a reason.
If you did not use username as a sign-in option, but only e-mail and/or phone_number, you are unaffected by this change: all FIDO2 credentials remain usable.

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0