Skip to content

Google Two-Step Authenticator for Pebble

Notifications You must be signed in to change notification settings

wlcx/authenticator

 
 

Repository files navigation

Authenticator

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

You can change the time zone by pressing the select button.

Usage

  1. Start a new pebble project with pebble new-project authenticator , then clone/copy authenticator into the resulting project directory.

  2. Copy configuration-sample.txt to configuration.txt

  3. Add your OTP secrets, one per line, in the format name:secret

  4. Generate configuration.h by running ./configuration.py

  5. Build the application with 'pebble build' and copy build/authenticator.pbw to your device

The above is assuming you have the Pebble SDK installed and configured to compile watch apps. If not, see https://developer.getpebble.com/2/getting-started/

Forked off 'twostep' by pokey9000, with patches from rigel314. Updated for SDK2.0 by wlcx

About

Google Two-Step Authenticator for Pebble

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.5%
  • Python 10.5%