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
I tried to launch JAuth from command line as shown in the README file:
java -jar JAuth.jar <myauthfile>
but it didn't work: a GUI opened up prompting for a PIN and no OTP was displayed.
I also noticed in the AuthenticatorGUI.java source file there is a function named getSecret(), which scans the command line arguments for a file to get the secret from, yet that function is never called in the AuthenticatorGUI's code.
The text was updated successfully, but these errors were encountered:
Thank you! By the way, could you please update the documentation in the README file, and give some more details and examples on the new PIN feature, which was not included into older versions? Furthermore, how does the Provider thing work exactly? What's "RCFAS"?
Sorry for bothering, but I could not find any information about it.
Thank you! By the way, could you please update the documentation in the README file, and give some more details and examples on the new PIN feature, which was not included into older versions? Furthermore, how does the Provider thing work exactly? What's "RCFAS"?
Sorry for bothering, but I could not find any information about it.
—
Reply to this email directly or view it on GitHub #18 (comment).
I tried to launch JAuth from command line as shown in the README file:
java -jar JAuth.jar <myauthfile>
but it didn't work: a GUI opened up prompting for a PIN and no OTP was displayed.
I also noticed in the AuthenticatorGUI.java source file there is a function named getSecret(), which scans the command line arguments for a file to get the secret from, yet that function is never called in the AuthenticatorGUI's code.
The text was updated successfully, but these errors were encountered: