jseeqret - v1.0.4
    Preparing search index...

    Function bind_slack_handle

    • Record a slack handle binding after the operator has confirmed the fingerprint out-of-band.

      Callers (the CLI) are responsible for showing the fingerprint and collecting the confirmation; this function only persists the result.

      Parameters

      • storage: SqliteStorage
      • username: string

        local user to bind

      • slack_handle: string

        e.g. 'bob' (no leading @)

      Returns Promise<{ user: User; fingerprint: string }>