This commit is contained in:
Marvin
2025-09-22 12:19:35 +00:00
parent 31896c9be9
commit 76da2ee324

View File

@@ -16,19 +16,11 @@ import {
} from "@simplewebauthn/server"; } from "@simplewebauthn/server";
import type { import type {
GenerateRegistrationOptionsOpts, GenerateRegistrationOptionsOpts,
VerifyRegistrationResponseOpts,
GenerateAuthenticationOptionsOpts, GenerateAuthenticationOptionsOpts,
VerifyAuthenticationResponseOpts, AuthenticatorTransportFuture
VerifiedRegistrationResponse,
VerifiedAuthenticationResponse,
AuthenticatorTransport,
AuthenticatorTransportFuture,
PublicKeyCredentialDescriptorJSON,
PublicKeyCredentialDescriptorFuture
} from "@simplewebauthn/server"; } from "@simplewebauthn/server";
import { import {
isoUint8Array, isoUint8Array
isoBase64URL
} from '@simplewebauthn/server/helpers'; } from '@simplewebauthn/server/helpers';
import config from "@server/lib/config"; import config from "@server/lib/config";
import { UserType } from "@server/types/UserTypes"; import { UserType } from "@server/types/UserTypes";