11# AutoLogin
22
3- This library implements a Symfony2 security firewall listener to authenticate
3+ This library implements a Symfony security firewall listener to authenticate
44users based on a single query parameter. This is useful for providing one-click
55login functionality in email and newsletter links.
66
@@ -22,10 +22,10 @@ This library requires Symfony 2.1 or above. There is no support for Symfony 2.0.
2222## Usage
2323
2424This library implements authentication provider and firewall listener classes,
25- which may be plugged into Symfony2 's security component to intercept requests
25+ which may be plugged into Symfony 's security component to intercept requests
2626and automatically authenticate users based on a single request parameter.
2727
28- To utilize this library in a full-stack Symfony2 application, you may want to
28+ To utilize this library in a full-stack Symfony application, you may want to
2929use [ JmikolaAutoLoginBundle] [ ] . An example of registering an authentication
3030provider and firewall listener manually may be found in the
3131[ Silex documentation] [ ] and [ Security component documentation] [ ] .
@@ -41,7 +41,7 @@ will be authenticated with an `AutoLoginToken` instance. In the context of
4141authorization, this token satisfies ` IS_AUTHENTICATED_FULLY ` . Ideally, it would
4242be possible to restrict the token to ` IS_AUTHENTICATED_REMEMBERED ` , but that is
4343not yet supported. Additional information on these authorization levels may be
44- found in Symfony2 's [ authorization documentation] [ ] .
44+ found in Symfony 's [ authorization documentation] [ ] .
4545
4646 [ authorization documentation ] : http://symfony.com/doc/current/components/security/authorization.html
4747
0 commit comments