From 110ed8654ed3df1b2b4bc14e9e22d65b7684f677 Mon Sep 17 00:00:00 2001 From: mehlichmeyer <31070764+mehlichmeyer@users.noreply.github.com> Date: Thu, 17 Oct 2019 11:38:56 +0200 Subject: [PATCH] Update security.rst to include missing link The documentation for "How to Build a JSON Authentication Endpoint" (https://symfony.com/doc/current/security/json_login_setup.html) is missing in the Security documentation (https://symfony.com/doc/current/security.html#learn-more). This is valuable knowledge that IMO should be represented in the general Security documentation. --- security.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/security.rst b/security.rst index 0c9b14ee3ab..d5e3c1ca0fb 100644 --- a/security.rst +++ b/security.rst @@ -985,6 +985,7 @@ Authentication (Identifying/Logging in the User) .. toctree:: :maxdepth: 1 + security/json_login_setup security/form_login_setup security/guard_authentication security/auth_providers