Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Octorun JS refactor authentication methods #619

@StanleyGoldman

Description

@StanleyGoldman

Breakout of #617

In Octorun the authentication methods in authentication.js are very similar and can be consolidated.

var handleBasicAuthentication = function (username, password, onSuccess, onRequiresTwoFa, onFailure) {

var handleTwoFactorAuthentication = function (username, password, twoFactor, onSuccess, onFailure) {

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions