You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
I tried invoking the safe_auth executable from a Java application as a shell process to authenticate it to the SAFE network. But, the secret and password prompts did not come via STDOUT.
I created a file creds with the following content:
thisIsMySecret
thisIsMyPassword
On running, ./safe_auth < creds I am still prompted for the secret and password.
The text was updated successfully, but these errors were encountered:
I tried invoking the safe_auth executable from a Java application as a shell process to authenticate it to the SAFE network. But, the secret and password prompts did not come via STDOUT.
I created a file
creds
with the following content:On running,
./safe_auth < creds
I am still prompted for the secret and password.The text was updated successfully, but these errors were encountered: