From b57a3f73ec485977ef1cc4ea1c28feae056a36b8 Mon Sep 17 00:00:00 2001 From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:45:49 +0100 Subject: [PATCH] Update backend README.md Signed-off-by: Kim Brose --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index e7b7aa6..2935851 100644 --- a/backend/README.md +++ b/backend/README.md @@ -8,7 +8,7 @@ An authorization mechanism is implemented in conjunction with the frontend, whic submitted by authorized [Matrix](https://matrix.org) users through [Matrix UVS](https://github.com/matrix-org/matrix-user-verification-service/). -## How To Use +## Installation This application needs its REST port (default `8080`) exposed to the network where it is reachable from your clients, which typically means it's open to the internet. Because sensitive information such as secret tokens are exchanged between clients and the backend, HTTPS (TLS) should be used to avoid leaking those secrets.