auth: Authenticate with Fuzee

View source: R/fuzee.R

authR Documentation

Authenticate with Fuzee

Description

POST request sent to Fuzee for authentication. Password must be hashed with md5.

Usage

auth(username, password)

Arguments

username

String - Email used to log into fuzee

password

String - md5 hash of password, use openssl::md5 to generate hash

Value

HTTP cookie used for GET requests downstream

Examples

cookie = auth(username = 'moe.dong@email.com', 
              password = 'd676b8d41fa96fd07bebe8c987513ab8')

ammaraziz/fuzee documentation built on Aug. 4, 2022, 5:17 p.m.