[Webauthn] - Create one file named variables_webauthn allowing the load all requirements - helping patching for supported distributions
[Webauthn] - Create one file named variables_webauthn allowing the load all requirements - helping patching for supported distributions
Requirements
One place to load all requirement in order to ease packaging patching.
Descriptive title for this enhancement
[Webauthn] - Create one file named variables_webauthn allowing the load all requirements - helping patching for supported distributions
Actual behavior
Every class loads their own requirements files.
Expected behavior
One file will be used to load all requirements for webauthn.
The new following file will exist webauth/include/variables_webauthn.inc
Allowing easier packaging / patching for supported distributions Packaging -> /usr/share/fusiondirectory/include/variables_webauthn.inc
Step by step description of new behaviour
Update of classes and creation of one new php file.
Benefits
Ease of patching.
Possible Drawbacks
Possible load of non required libraries for a specific class.
Applicable Issues
None