Skip to content

Auth-method config is kit-only; core connector has no auth-config surface #262

Description

@jayeshbhole

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions