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";
import type {
GenerateRegistrationOptionsOpts,
VerifyRegistrationResponseOpts,
GenerateAuthenticationOptionsOpts,
VerifyAuthenticationResponseOpts,
VerifiedRegistrationResponse,
VerifiedAuthenticationResponse,
AuthenticatorTransport,
AuthenticatorTransportFuture,
PublicKeyCredentialDescriptorJSON,
PublicKeyCredentialDescriptorFuture
AuthenticatorTransportFuture
} from "@simplewebauthn/server";
import {
isoUint8Array,
isoBase64URL
isoUint8Array
} from '@simplewebauthn/server/helpers';
import config from "@server/lib/config";
import { UserType } from "@server/types/UserTypes";