Google Authenticator (or any other TOTP OATH) token app. Load it up with your secret (available during phone app registration on Google's Two Step control panel) and twostep will print a fresh passcode every 30 seconds.
There are currently a few caveats: there's no dynamic storage for apps on Pebble, so the secret key needs to be put into the .pbw file. Pebble's current SDK only allows apps to see local time, and the algorithm needs the time in GMT, so your time zone (including DST) needs to be added to the .pbw too. This can be done by rebuilding the source or (in progress by rcombs) by patching the .pbw. Until the latter is complete it's recommended that you follow the directions on the github page.
The uploaded .pbw is a demo with base32 key "JBSWY3DPEHPK3PXP" and timezone GST-5.
No update history found.