Kegbot / kegbot-android

Android beer kegerator frontend and controller app. Works with a Kegbot server to make your kegerator awesome.
http://kegbot.org/docs/android/
GNU General Public License v2.0
42 stars 53 forks source link

Allow auth token assignment via manager pin #71

Closed markstubb closed 4 years ago

markstubb commented 10 years ago

I leave my app in 'secure' mode where it will only show access denied if an unauthorized badge is swiped (no 'beer me' button, either). For new users, it'd be nice if it displayed the token so I could enter it into the user profile via the server. Or, have a button with 'admin access' or something pop up where I could put in my passcode and assign it to an existing (or create a new) user straight from the tablet.

mik3y commented 10 years ago

Proposal:

Case 1 is implemented, Case 2 is the bug.

markstubb commented 10 years ago

Exactly describes my use case. Thanks Mike!