Closed nanxstats closed 6 years ago
Revise the old get token function using rstudioapi::askForPassword and make it an RStudio addin.
rstudioapi::askForPassword
Can we just let users type the platform login password and scrape the token (maybe just look at X-SBG-Auth-Token in header) directly?
X-SBG-Auth-Token
Relevant: https://twitter.com/juliasilge/status/856986224724242434
We should avoid handling credentials in non-standard ways. Mark as not doing and closing for now.
Revise the old get token function using
rstudioapi::askForPassword
and make it an RStudio addin.Can we just let users type the platform login password and scrape the token (maybe just look at
X-SBG-Auth-Token
in header) directly?Relevant: https://twitter.com/juliasilge/status/856986224724242434