From a17107379c258cfebf6369c816568c9aae97462b Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 8 Mar 2022 16:12:41 -0500 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4725d8c..690c9b6 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,6 @@ Currently stores no state and has no user authentication, so using it should jus POST /game/{id}/move GET /game/{id}/move/{movenum} ``` + +## Authorization headers + Requests should contain header "Player-id"="red|blue"