WorldHealthOrganization / godataR

R package for easier interactions with the Go.Data API
Other
12 stars 2 forks source link

Encrypt or protect login credentials #6

Closed jamesfuller-cdc closed 2 years ago

jamesfuller-cdc commented 3 years ago

Encrypt or protect login credentials during the R session. This will prevent passwords from being saved in a user's R scripts.

Since each function actually makes several API calls, it will be ideal if the user is only prompted for their password once during a session.

The askpass or keyring packages may work.

sarahollis commented 2 years ago

This has been solved via @AmyMikhail's new getPass commands so closing out this issue as resolved!