mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 11:06:33 +03:00
added version directories
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
security:
|
||||
# https://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
|
||||
providers:
|
||||
in_memory: { memory: null }
|
||||
firewalls:
|
||||
dev:
|
||||
pattern: ^/(_(profiler|wdt)|css|images|js)/
|
||||
security: false
|
||||
main:
|
||||
anonymous: null
|
||||
|
||||
# activate different ways to authenticate
|
||||
|
||||
# http_basic: null
|
||||
# https://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
|
||||
|
||||
# form_login: null
|
||||
# https://symfony.com/doc/current/cookbook/security/form_login_setup.html
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\SecurityBundle\\SecurityBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user