Skip to content

IEF/authenticator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Google Two-Step Authenticator for Pebble

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.4%
  • Python 9.6%