armadillo.login_basic: Login with username / password (meant for dev and test...

View source: R/auth.R

armadillo.login_basicR Documentation

Login with username / password (meant for dev and test environments)

Description

Login with username / password (meant for dev and test environments)

Usage

armadillo.login_basic(armadillo, username, password)

Arguments

armadillo

URL of the Armadillo server

username

the username

password

the password

Examples

## Not run: 
armadillo.login(
  "https://armadillo.dev.molgenis.org", "admin", "admin"
)
armadillo.login("http://localhost:8080", "admin", "admin")

## End(Not run)


MolgenisArmadillo documentation built on Nov. 17, 2023, 5:07 p.m.