-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General Question, not problem - Is there a way to display remaining time for oath code #529
Comments
The information is available to the application itself, but there is no way to output it to the user. The GUI does get this information from |
Thanks much for the quick answer. If it isn't too much trouble for you to add to the CLI it would be helpful. It's going to be some time before we can get the new oath-authenticator in the Fedora repository. We don't currently have flutter and then that needs to be looked at on how flutter apps conform to the bundling policy. I've written a bash front end script for yubikey-manager in the interim which automatically puts the selected oath code into the clipboard for use. The issue of course is that if it's close to expiring there is no way of knowing until it is used. It would be good to be able to have that info, so if it's close to expiring the script could then wait a few seconds and request a new code. |
Understood, thanks for the context! Regarding an interim solution before the Flutter app can be packaged for Fedora, another option would be to download our pre-compiled binary of the app from here: https://github.com/Yubico/yubioath-flutter/releases/download/6.0.0/yubico-authenticator-6.0.0-linux.tar.gz (just in case you missed it!) |
Thanks! Yes, I'm testing that out also, just trying to give folks multiple options while I get this figured out. I put the instructions on how to install the yubioath-flutter into the bugzilla ticket, but people will have to do that manually because we can't place outside pre-compiled binaries into the fedora repository. |
Is there a way to display the remaining time (in seconds) on the oath code, in much the same way
as displayed by yubioath-authenticator?
I looked through the documentation and the --help menus but couldn't find it.
I was thinking that since yubioath-desktop relies on yubikey-manager to generate the codes, it was
getting the information from yubikey-manager - but maybe not.
The text was updated successfully, but these errors were encountered: