fieldnotesai
    Preparing search index...

    Mock Authentication Provider

    Use this for local development without needing Supabase or backend API. Simulates authentication with test users. Passwords can be customized via EXPO_PUBLIC_MOCK_PRACTITIONER_PASSWORD and EXPO_PUBLIC_MOCK_ADMIN_PASSWORD.

    Defaults:

    Implements

    Index

    Constructors

    Methods

    • Send password reset email email contains a time-limited link that links via fieldnotesai://reset-password

      Parameters

      • _email: string

      Returns Promise<{ error?: string; success: boolean }>

    • Update the current user's password after they have clicked the reset link

      Parameters

      • _newPassword: string

      Returns Promise<{ error?: string; success: boolean }>