powered by
Combine usernames with passwords with colons, and generate base64-encoded strings to be used for user authentication.
auth_basic(user, password)
A character vector of encoded credentials.
A vector of usernames.
A vector of passwords.
servr::auth_basic("foo", "B@R")
Run the code above in your browser using DataLab