Skip to content

Commit b3f7c8d

Browse files
committed
minor #12499 Update security.rst to include missing link (mehlichmeyer)
This PR was merged into the 4.3 branch. Discussion ---------- 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. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 110ed86 Update security.rst to include missing link
2 parents 8f65e36 + 110ed86 commit b3f7c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,7 @@ Authentication (Identifying/Logging in the User)
985985
.. toctree::
986986
:maxdepth: 1
987987

988+
security/json_login_setup
988989
security/form_login_setup
989990
security/guard_authentication
990991
security/auth_providers

0 commit comments

Comments
 (0)