From 9702a212e2c64edb3f6981f5380cc8f51b3ee40b Mon Sep 17 00:00:00 2001 From: Sam Fleming Date: Fri, 26 Oct 2018 09:20:42 +0100 Subject: [PATCH] Remove reference to http digest authentication Seeing as HTTP Digest has been deprecated / removed, the README shouldn't be advertising it as a feature. --- src/Symfony/Component/Security/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Security/README.md b/src/Symfony/Component/Security/README.md index f55f8a10ea..87ce3d9ea7 100644 --- a/src/Symfony/Component/Security/README.md +++ b/src/Symfony/Component/Security/README.md @@ -2,8 +2,8 @@ Security Component ================== The Security component provides a complete security system for your web -application. It ships with facilities for authenticating using HTTP basic or -digest authentication, interactive form login or X.509 certificate login, but +application. It ships with facilities for authenticating using HTTP basic, +interactive form login or X.509 certificate login, but also allows you to implement your own authentication strategies. Furthermore, the component provides ways to authorize authenticated users based on their roles.