Skip to content

BalestraPatrick/PebblePasscodeWindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PebblePasscodeWindow

This is a passcode window I'm using in my two apps (Notes for Pebble and Contacts for Pebble) to secure the access to the watchapp.

#Demo

Open the Demo folder. That project is a working watchapp that demonstrate the usage.

#Usage

Save a 4-digit string (aka passcode) to the persistent storage with the key 1.

persistent_write_string(1, "1234");

If a passcode is found, the watchapp will open the Passcode Window to authenticate the user. If the passcode is correct, the app's window will be pushed otherwise an error message will appear.

You may need to adjust the functions names to correctly work with your windows if you plan to use it in your already exisitng app.

#Credits

Created by Patrick Balestra. If this project was useful to you and you're using it in any of your apps, let me know! :)

Thanks to Edwin Finch for the great pull requests.

About

A Passcode Window to make your Pebble watchapp safer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published