mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
17 lines
943 B
YAML
17 lines
943 B
YAML
zestly_dev_login:
|
|
# The identities offered by GET /_dev/login and `bin/console dev:login`.
|
|
#
|
|
# There is no sensible default for this — it depends entirely on your fixtures — which is
|
|
# why it is the one setting this recipe writes. Everything else the bundle exposes already
|
|
# has a working default and is documented in the README.
|
|
#
|
|
# This is a convenience menu, not a whitelist: any identifier your application's user
|
|
# provider accepts will work, and listing one here grants nothing on its own.
|
|
#
|
|
# To build the list from your fixtures, a repository, or per-subdomain in a multi-tenant
|
|
# app, implement Zestly\DevLoginBundle\Identity\IdentityProviderInterface and alias it —
|
|
# it receives the current Request.
|
|
identities: []
|
|
# - { identifier: 'admin@example.com', label: 'Admin', roles: ['ROLE_ADMIN'] }
|
|
# - { identifier: 'user@example.com', label: 'Regular user' }
|