From f59697955dcf7c1b9697c02554ca24f268304b8e Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 25 Jan 2025 20:47:26 +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 76a9c91..88e2810 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@
-Tinyauth is a simple authentication middleware that adds simple email/password login 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 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. > [!WARNING] > Tinyauth is in active development and configuration may change often. Please make sure to carefully read the release notes before updating.