Hi, I am trying to use the backend function in Linux (no GENOME)
env <- backend_env$new()
env$set("keyring", username ="GLH")
And the following commands will get me password when I try them
env$get("keyring", username ="GLH")
Sys.getenv("keyring:GLH")
However, I am not able to get to password back when needed. I tried to save the "env" as .RData file and read it. the file looks fine but still can get the password. Please let me know how to use this backend function to store password. Thanks
Hi, I am trying to use the backend function in Linux (no GENOME) env <- backend_env$new() env$set("keyring", username ="GLH") And the following commands will get me password when I try them env$get("keyring", username ="GLH") Sys.getenv("keyring:GLH") However, I am not able to get to password back when needed. I tried to save the "env" as .RData file and read it. the file looks fine but still can get the password. Please let me know how to use this backend function to store password. Thanks