auth | R Documentation |
POST request sent to Fuzee for authentication. Password must be hashed with md5.
auth(username, password)
username |
String - Email used to log into fuzee |
password |
String - md5 hash of password, use openssl::md5 to generate hash |
HTTP cookie used for GET requests downstream
cookie = auth(username = 'moe.dong@email.com', password = 'd676b8d41fa96fd07bebe8c987513ab8')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.