franklinvv / pebble-authenticator

Two-Factor Authenticator for Pebble.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authenticator

Authenticator is a TOTP based two-factor authentication manager for Pebble. It generates Time-based One-time Password for any service offering TOTP two-factor authentication including Google, Dropbox, Facebook, Microsoft, GitHub, Linode, etc.

This is a SDK 2.0 port of IEF's authenticator fork, which is a fork of pokey9000's twostep.

Option to vibrate when 5 seconds remain until the token renews and another one for new token.

Uses the JS:Configuration to set the timezone and enable vibration (look for the gear icon near Authenticator in the Pebble mobile app).

Adding secrets via JS:Configuration posseses a security risk of your tokens being sent through a remote server.

Will no longer need to set timezone manually once Pebble SDK supports timezone natively.

Requirements

Running the pebble command assumes you have Pebble SDK 2.0 installed configured to compile Pebble apps. More info on how to set that up found here.

Configuration

  • Copy configuration-sample.txt to configuration.txt and add your secrets.
  • Run ./configuration.py

Install

$ pebble build
$ pebble install

About

Two-Factor Authenticator for Pebble.


Languages

Language:C 73.8%Language:Python 13.5%Language:JavaScript 7.9%Language:C++ 4.8%