diff options
author | Matthew Miller <matthew@millerti.me> | 2022-11-19 22:05:20 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-11-19 22:05:20 -0800 |
commit | 6ab5b639b20c7afa1d657b68d512fb233c8bbde1 (patch) | |
tree | fe8a2f6472cb215e75b6d0493dec37a93fdf4592 /packages/server/src/helpers/parseAuthenticatorData.ts | |
parent | 599288e58b4752fef36e1c1b75cab36edbb585b5 (diff) |
Split out COSE-specific values
Diffstat (limited to 'packages/server/src/helpers/parseAuthenticatorData.ts')
-rw-r--r-- | packages/server/src/helpers/parseAuthenticatorData.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/parseAuthenticatorData.ts b/packages/server/src/helpers/parseAuthenticatorData.ts index bcc552d..4e3bb0b 100644 --- a/packages/server/src/helpers/parseAuthenticatorData.ts +++ b/packages/server/src/helpers/parseAuthenticatorData.ts @@ -3,7 +3,7 @@ import { AuthenticationExtensionsAuthenticatorOutputs, } from './decodeAuthenticatorExtensions'; import { isoCBOR, isoUint8Array } from './iso'; -import { COSEPublicKey } from './convertCOSEtoPKCS'; +import { COSEPublicKey } from './cose'; /** * Make sense of the authData buffer contained in an Attestation |