Skip to content

Browser session reuse between vault_login calls #5

@kobzevvv

Description

@kobzevvv

Why: Currently each vault_login opens a new Chrome tab. If the user is already logged in (from a previous vault_login), we waste time re-authenticating.

Scope:

  • Check if already logged in (cookie/session check) before filling login form
  • Reuse existing Chrome context/tab
  • Integrate with vault_check for pre-login validation

Priority: Low — optimization, not blocking

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions