From 80ea43184ce5b9d4bde609e0203f864c29932236 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sun, 26 Jan 2025 20:52:35 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e2810..0c74710 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@
-Tinyauth is a simple authentication middleware that adds simple email/password login or OAuth with Google, Github and any generic OAuth provider to all of your docker apps. It is made for traefik but it can be extended to work with all reverse proxies like caddy and nginx. +Tinyauth is a simple authentication middleware that adds simple username/password login or OAuth with Google, Github and any generic OAuth provider to all of your docker apps. It is made for traefik but it can be extended to work with all reverse proxies like caddy and nginx. > [!WARNING] > Tinyauth is in active development and configuration may change often. Please make sure to carefully read the release notes before updating.