Files
Paul RooneyandGitHub 3428e6b712 Adds 'happycode/tenzero-auth' bundle (#1932)
* 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
2026-02-03 05:03:30 +04:00

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"