networkcobwebs / minecraft-server-manager

Minecraft Server Manager
Apache License 2.0
23 stars 7 forks source link

Secure MinecraftAPI communication with MinecraftServer #37

Open nickrnet opened 5 years ago

nickrnet commented 5 years ago

Determine API to MinecraftServer communication security improvements that can be implemented.

The communication flow currently is REST API calls from a browser to the API, and the API typically calling methods directly on the MinecraftServer.