Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-18 | Fix browser tests custom test environment | Matthew Miller | |
2023-08-18 | Remove eslint | Matthew Miller | |
2022-08-05 | Fix import of TextDecoder | Matthew Miller | |
2022-08-05 | Change browser part to module | Patrick Haun | |
2021-04-15 | Convert assertion userHandle back to UTF-8 string | Matthew Miller | |
This is the opposite of how `user.id` is converted to an ArrayBuffer prior to being passed into `navigator.credentials.create()`, so when this value is returned to the RP in an assertion it will now look like the string value originally specified in attestation options, instead of the base64url-encoded version of that string “for some reason”. | |||
2020-07-28 | Set up custom Jest test environment | Matthew Miller | |