Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-21 | renaming assertion -> authentication | Jarrett Helton | |
2021-04-15 | Unify naming convention of string<->buffer helpers | Matthew Miller | |
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”. | |||
2021-04-15 | Rename toUint8Array to stringToArrayBuffer | Matthew Miller | |
2021-02-05 | Add extension tests for startAssertion | Matthew Miller | |
2020-12-07 | review fxes | Antoine Cormouls | |
2020-12-07 | review fixes | Antoine Cormouls | |
2020-12-04 | Optional Allow Credential | Antoine Cormouls | |
2020-07-29 | Fix unit tests | Matthew Miller | |
2020-07-28 | Add test for UTF-8 challenges | Matthew Miller | |
2020-06-02 | Get unit tests passing again | Matthew Miller | |
2020-06-01 | Refactor browser methods to return near-raw resp. | Matthew Miller | |
2020-05-26 | Update browser start methods to new types | Matthew Miller | |
2020-05-26 | Replace last vestiges of “webauthntine” | Matthew Miller | |
2020-05-25 | Run Prettier over everything | Matthew Miller | |
2020-05-23 | Fix padding count calculation | Matthew Miller | |
2020-05-22 | Require credential ID from browser after assertion | Matthew Miller | |
2020-05-22 | Adjust some mock values in startAssertion tests | Matthew Miller | |
2020-05-22 | Adjust how cred ID is converted for assertion | Matthew Miller | |
2020-05-21 | Add remaining unit tests for browser | Matthew Miller | |