vcr
vcr copied to clipboard
Warn users of possible sensitive data
Could look for keywords like key/token etc and throw warning if found
probably don't want to have this at normal run time unless really fast.
could start off with a separate function
maybe use_vcr() should add a link to the docs about sensitive data. I.e. another explicit item after the item called learn_more.
secrets_protection = paste0(
"If your package uses secrets such as API keys read this chapter to know how to handle them securely:\n ",
"https://books.ropensci.org/http-testing/security.html"
)
)
Yes, good idea!
this is a good alternative/complement to #182