sbg / sevenbridges-r

Seven Bridges API Client, CWL Schema, Meta Schema, and SDK Helper in R
https://sbg.github.io/sevenbridges-r/
Apache License 2.0
35 stars 14 forks source link

RStudio addin for getting token with rstudioapi::askForPassword #56

Closed nanxstats closed 6 years ago

nanxstats commented 7 years ago

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

nanxstats commented 6 years ago

We should avoid handling credentials in non-standard ways. Mark as not doing and closing for now.