yodem / HeartstoneVR

GNU General Public License v3.0
0 stars 0 forks source link

Login and registration system #7

Open yodem opened 6 years ago

yodem commented 6 years ago

In order to create characters and players system we will be needed an authenticating login/registration system.

Login -

The system will check whether the input is correct according to the database and return an alert if it isnt correct and procced to the game menu if correct.

Register -

The system will check whether the input exists in the DB or not. If it is, cancel the registration and pop up an alert. If it isnt, add it to the DB.

yodem commented 6 years ago

@mrsiano