pasamio / oathtoken

Automatically exported from code.google.com/p/oathtoken
0 stars 0 forks source link

Enhancement - the ability to generate the next token without waiting 30 seconds #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is not a serious issue, just an annoyance.  We like the tool very much - 
keep up the good work!

In our environment we connect to many devices in many remote locations. These 
are often simultaneous logins and our current tokens permit pressing the button 
to toggle off, and back on into the next token code.  This helps us expedite 
connection and resolution.

Would it be reasonable to make it possible to tap the token name or code (or 
even a refresh option you press twice?) and generate the next token code?  We 
are prepared to deploy 10 internal and 10 external tokens based on your app.

We are currently all using this on iPhones, latest code on phones and 
v1.0.3(r46) for the token.

Original issue reported on code.google.com by rfsch...@gmail.com on 18 May 2011 at 3:19

GoogleCodeExporter commented 9 years ago
Sure, I'll take a look when time permits.

Original comment by archie.c...@gmail.com on 18 May 2011 at 5:38

GoogleCodeExporter commented 9 years ago
FYI, have you considered switching to time-based tokens (instead of 
event-based)? I've found they are more convenient because of issues like 
yours... i.e., no sequence number to keep track of or worry about.

Original comment by archie.c...@gmail.com on 18 May 2011 at 8:49

GoogleCodeExporter commented 9 years ago
Added "advance" button to event-based token display in r52.

Original comment by archie.c...@gmail.com on 2 Jun 2011 at 7:31