Summary
Auth-method configuration (enabledMethods, magicLinkBaseUrl, signing mode: 'prompt', etc.) only exists on the kit's zeroDevWallet({ config: {...} }). The core connector's ConnectorCoreParams has no auth-config surface.
Details
Without the kit, there is no single declarative place to configure which auth methods are enabled or to set the magic-link base URL or signing-prompt behavior. The only lever is which hook you happen to call (useRegisterPasskey, useSendOTP, …). That works, but there's no equivalent of the kit's config block.
Ask
Add an auth-config surface to the core connector params (mirroring the kit's config.auth / config.signing) so non-kit integrators can declaratively enable methods and set options like magicLinkBaseUrl and the signing-prompt mode.
Environment
@zerodev/wallet-react@0.0.1-alpha.26, web (Vite + React 19).
Summary
Auth-method configuration (
enabledMethods,magicLinkBaseUrl, signingmode: 'prompt', etc.) only exists on the kit'szeroDevWallet({ config: {...} }). The core connector'sConnectorCoreParamshas no auth-config surface.Details
Without the kit, there is no single declarative place to configure which auth methods are enabled or to set the magic-link base URL or signing-prompt behavior. The only lever is which hook you happen to call (
useRegisterPasskey,useSendOTP, …). That works, but there's no equivalent of the kit's config block.Ask
Add an auth-config surface to the core connector params (mirroring the kit's
config.auth/config.signing) so non-kit integrators can declaratively enable methods and set options likemagicLinkBaseUrland the signing-prompt mode.Environment
@zerodev/wallet-react@0.0.1-alpha.26, web (Vite + React 19).