k2xl / auramap

Automatically exported from code.google.com/p/auramap
0 stars 0 forks source link

client needs to call registerphone.php #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
whenever the program launches, the phone needs to call registerphone.php.

from now on, a "username" is actually a user's phone number

registerphone.php accepts:

username [if exists]
password [if exists]

returns
PARAMETER_ERROR = If the username is not a phone number or no pass key was
received
LOGIN_ERROR = If the supplied pass key is incorrect
SUCCESS = If username and pass key are correct

If none of these are returned, the value returned is a pass key that is
generated from the server and needs to be stored onto the phone permanently!

Very important that this task is finished.

Original issue reported on code.google.com by K2xL....@gmail.com on 15 Aug 2009 at 5:41

GoogleCodeExporter commented 9 years ago
We done it

Original comment by K2xL....@gmail.com on 15 Aug 2009 at 10:42