diff options
Diffstat (limited to 'Guard/README.md')
-rw-r--r-- | Guard/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Guard/README.md b/Guard/README.md new file mode 100644 index 0000000..ce70622 --- /dev/null +++ b/Guard/README.md @@ -0,0 +1,15 @@ +Security Component - Guard +========================== + +The Guard component brings many layers of authentication together, making +it much easier to create complex authentication systems where you have +total control. + +Resources +--------- + + * [Documentation](https://symfony.com/doc/current/components/security/index.html) + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony) |