From 204ffbb2ee83823ebe3a6b129436797ab97973d4 Mon Sep 17 00:00:00 2001 From: games647 Date: Sun, 14 Apr 2019 10:16:33 +0200 Subject: [PATCH] Document network requests --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b8f66a58..beacefa6 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,13 @@ https://ci.codemc.org/job/Games647/job/FastLogin/changes * [BungeeAuth](https://www.spigotmc.org/resources/bungeeauth.493/) +## Network requests + +This plugin performs network requests to: + +* https://api.mojang.com - retrieving uuid data to decide if we should activate premium login +* https://sessionserver.mojang.com - verify if the player is the owner of that account + *** ## How to install