summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/parseAuthenticatorData.test.ts
AgeCommit message (Collapse)Author
2023-10-25Update test to ensure we restore authDataMatthew Miller
2023-09-23Clarify some commentsMatthew Miller
2023-09-23Add testMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-17Update parseAuthenticatorData testsMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2022-11-20Run linter over everythingMatthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller
2022-11-11Refactor parseAuthenticatorDataMatthew Miller
2022-07-28Update some test importsMatthew Miller
2022-07-23RevertEiji Kitamura
- `authenticatorExtensionResults` => `extensionsData` - `authenticatorExtensionsDataBuffer` => `extensionsDataBuffer`
2022-07-22RenameEiji Kitamura
- `decodeAuthenticatorExtensionData` => `decodeAuthenticatorExtensions` - `exentionsData` => `authenticatorExtensionResults` - Remove test case for malformed extension data
2022-07-22Fix for #230Eiji Kitamura
- Change `extensions` to `extensionsData` and add `extensionsDataBuffer`
2022-07-22Fixes to reflect commentsEiji Kitamura
- Rename `decodeExtensions` to `decodeAuthenticatorExtensions` - Mention authenticator extension - Include decoding in `parseAuthenticatorData` - Add tests for `decodeAuthenticatorExtensions`
2022-05-15Update auth data flags testMatthew Miller
2021-08-22Add tests for parseAuthenticatorDataMatthew Miller