We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff1acd commit 7470324Copy full SHA for 7470324
Sources/WebAuthn/WebAuthnManager.swift
@@ -58,7 +58,7 @@ public struct WebAuthnManager: Sendable {
58
/// - Returns: Registration options ready for the browser.
59
public func beginRegistration(
60
user: PublicKeyCredentialUserEntity,
61
- timeout: Duration? = .milliseconds(300000),
+ timeout: Duration? = .seconds(60*5),
62
attestation: AttestationConveyancePreference = .none,
63
publicKeyCredentialParameters: [PublicKeyCredentialParameters] = .supported
64
) -> PublicKeyCredentialCreationOptions {
0 commit comments