This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Security
Alexander M. Turek 03a072e07c minor #39345 [Security][Validator] Add missing Portuguese translations (NicolasJourdan)
This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Security][Validator] Add missing Portuguese translations

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38774
| License       | MIT
| Doc PR        |

Commits
-------

ad4f6f2093 [Security][Validator] Add missing Portuguese translations
2020-12-07 10:01:52 +01:00
..
Core minor #39345 [Security][Validator] Add missing Portuguese translations (NicolasJourdan) 2020-12-07 10:01:52 +01:00
Csrf Set constant visibility in tests to private where possible. 2020-10-31 23:44:29 +01:00
Guard Set constant visibility in tests to private where possible. 2020-10-31 23:44:29 +01:00
Http Fix transiant tests in 4.4 2020-11-01 22:34:37 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security/Http] call auth listeners/guards eagerly when they "support" the request 2019-11-30 10:49:41 +01:00
composer.json Add symfony/translation to the dev dependencies of symfony/security. 2020-11-01 19:34:19 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Added compatibility with PHPunit 9.5 2020-12-05 16:15:30 +01:00
README.md Merge branch '3.4' into 4.3 2020-01-04 13:24:57 +01:00

Security Component

The Security component provides a complete security system for your web 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.

Resources