From c1ccae4ac445732a3e8d67ffa5bf5acc46cbc285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Mon, 7 Apr 2025 22:44:59 +0200 Subject: [PATCH] docs: info about supporting only one provider at a time. #505 --- webpage/docs/configuration/authentication.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webpage/docs/configuration/authentication.md b/webpage/docs/configuration/authentication.md index a0c9962c..8bf73322 100644 --- a/webpage/docs/configuration/authentication.md +++ b/webpage/docs/configuration/authentication.md @@ -80,6 +80,10 @@ import TabItem from '@theme/TabItem'; Member providers are responsible for deciding whether given credentials are valid or not. This validation can either be done against a local database or an external system. +:::info +Currently, Neko supports configuring only one authentication provider at a time. This means you must choose a single provider that best fits your deployment needs. +::: + ### Multi-User Provider {#member.multiuser} This is the **default provider** that works exactly like the authentication used to work in v2 of neko.