Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Google Two-Step Authenticator for Pebble
C Python
branch: master

This branch is 24 commits ahead of pokey9000:master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
resources/src Rename twostep to Authenticator, new readme.
src Updates for new font name. Was FONT_KEY_GOTHAM_34_MEDIUM_NUMBERS and …
.gitignore
README.md
configuration-sample.txt Don't track configuration files with secret info.
configuration.py Add support for 64-character secrets

README.md

Authenticator

Forked off 'authenticator' by IEF, which was forked off 'twostep' by pokey9000, this is Authenticator for Pebble, with patches from rigel314

generating multiple Time-based One-Time Passwords, much like Google Authenticator.

You can change the time zone with the select button. Then hitting the back button, will resume the app.

To configure the application you need to create a configuration.txt file.

  1. Copy configuration-sample.txt to configuration.txt

  2. Set your timezone in configuration.txt - it's near the top, labelled 'tz'

  3. Let's say you have secret key AXIMZYJXITSIOIJVNXOE76PEJQ On most sites, when setting up choose 'show key' when presented with the QR code.

  4. add it to the end of configuration.txt, following the example in the format label:secret

  5. repeat this for all your keys (don't forget to remove the example)

  6. Generate the config by running ./configuration.py

  7. Build and install the application with ./waf build && python httpserver as usual

  8. Done, you can find 'Authenticator' in your app menu for your Pebble.

The above is assuming you have the Pebble SDK installed and configured to compile watch apps. If not, review: http://developer.getpebble.com/1/01_GetStarted/01_Step_2

Something went wrong with that request. Please try again.