Skip to content

Enhancement: Improvement to new login workflow #420

@3zero2

Description

@3zero2

Version 1.6.0 introduces a new login procedure. This procedure does not work seamlessly on headless or strictly CLI operating systems.

Current Process:

  1. The login process asks to open a browser and provides the link.
  2. Link needs to be copied and pasted on a computer with a browser
  3. Browser returns a 127.0.0.1 address which needs to be copied.
  4. Subsequently a CURL command followed by the URL provided by the browser needs to be issued on the computer where the login is happening.

This process is not seamless and requires manual intervention. I understand that the legacy login is still available, however I would assume that eventually the legacy login will be removed.

Below I'm proposing an improved process which might be of benefit on headless, non-GUI systems; maybe under an internxt login-headless command.

Improved Process:

  1. The login process asks to open a browser and provides the link. Link is structured so that the Internxt service realises that it's coming from a headless request.
  2. Link copied and pasted on a computer with a browser
  3. Browser returns a code rather than another URL address which needs to be copied.
  4. Code is provided to the internxt login-headless command

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions