From da9d8f9e0dc74fcd00fb73feb6288ceac2812f6c Mon Sep 17 00:00:00 2001 From: Marco Piovanello <35533749+marcopiovanello@users.noreply.github.com> Date: Mon, 17 Mar 2025 10:23:38 +0100 Subject: [PATCH] Updated Authentication methods (markdown) --- Authentication-methods.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Authentication-methods.md b/Authentication-methods.md index 1dcd14b..381270e 100644 --- a/Authentication-methods.md +++ b/Authentication-methods.md @@ -40,8 +40,9 @@ use_openid: true openid_provider_url: https://accounts.google.com openid_client_id: your-client-id openid_client_secret: your-client-secret +# optional # openid_email_whitelist: - - marco.piovanello@gmail.com +# - user@example.com # localhost:3033 is where yt-dlp-webui is exposed openid_redirect_url: your-callback-url