r-lib / keyring

:closed_lock_with_key: Access the system credential store from R
https://keyring.r-lib.org/
Other
196 stars 28 forks source link

service - username separation character for env backend #9

Closed gaborcsardi closed 7 years ago

gaborcsardi commented 7 years ago

I used : for now, but maybe / is better: https://github.com/gaborcsardi/keyring/blob/90dff391d6f13bd90efaeaa6d555e05c05cea4a8/R/backend_env.R#L47

Neither can be set from the shell, actually. The shell only supports alphanumeric and underscore in variable names AFAIK.

gaborcsardi commented 7 years ago

Actually, ':' will be fine.