From 1156920fbe3507fbc083e5efc0a52f15123b9296 Mon Sep 17 00:00:00 2001 From: "Alexander Nicholson 4584443+DragonStuff@users.noreply.github.com" <4584443+DragonStuff@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:24:30 +0900 Subject: [PATCH] fix(docs): terminology --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 946f8f4..fc835b6 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,6 @@ docker run -p 3000:3000 \ 4. Open http://localhost:3000 in your browser. -## Authorization +## Authorisation / Authentication -This application does not perform authorisation of users. I recommend using a proxy such as [oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy) to protect your files from unauthorised access. +This application does not perform authentication or authorisation of users. I recommend using a proxy such as [oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy) to protect your files from unauthorised access.