mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
* Adds happycode/tenzero-auth bundle * Manifest Fix * Updates initial config to new template * Example Configs * Recipe validated * Recipe valided again * Re-Run * Extra compatability * Re-Testing * Dropping old package * Recipe bumped to Version 1.1
13 lines
396 B
YAML
13 lines
396 B
YAML
happycode_tenzero_auth:
|
|
# Optional app name displayed in the auth layout.
|
|
app_name: "TenZero"
|
|
|
|
# Optional app description displayed in the auth layout.
|
|
app_description: "Built in authentication for TenZero."
|
|
|
|
# The class that will be used to authenticate user.
|
|
user_class: 'App\Entity\User'
|
|
|
|
# The field that will be used to identify the user.
|
|
user_field: "email"
|