deathcap / wsmc

WebSocket proxy to Minecraft
33 stars 10 forks source link

Persist the authentication key table to disk #42

Open deathcap opened 8 years ago

deathcap commented 8 years ago

Currently, the web client URLs including username to authentication login key table is only stored in memory, so users have to re-type /web or re-login to get their new web URL after the server restarts. Should probably persist this information to disk, and load it on startup, to avoid this inconvenience.