chhatch / websocket_chat

Started as a websockets learning project, is turning into a mud
1 stars 1 forks source link

Server: Billing #6

Open joeelliott opened 6 months ago

joeelliott commented 6 months ago

Billing Server to manage user database (lightdb?)

Logging in does a check, is username taken, if not, prompt to register, if taken, prompt for password

New Registry:

username: same as the one attempted class: select a Warrior, Shaman/Cleric, Mage, Warlock email address for later

chhatch commented 5 months ago

Yeah, we need to get something setup to persist user data. What do you mean by "billing server" here?