From 234996abfd97ec0f024e24a691d3393bd0261cd2 Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Fri, 13 Aug 2021 13:42:14 +0200 Subject: [PATCH] Add token info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88f045e..07e947f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ $ docker compose build $ docker compose up ``` -Then head over to [The playground GUI](https://localhost:4000) in the browser +For browse query testing use Insomnia or similar tool with token from `/admin/auth/token` + +Take the value of the token param and add header in insomnia:Authorization: Bearer . The token is valid for 2-3 hours. See context function of src/index.ts for Authentication options for development.