- 🇬🇧United Kingdom jamsilver West Midlands, UK
Looks like this was fixed last week: https://git.drupalcode.org/project/formstack/-/commit/1896f199a709fb633a...
Automatically closed - issue fixed for 2 weeks with no activity.
Currently the access token is stored in configuration which allows for und users to easily add the access token through the UI.
However, if the site build is using Configuration Sync and a git repository then the the access token may be leaked if accidentally stored in a public repo, and may companies have policies that prevent you from committing in any tokens.
Allowing developers to add the access token to the settings.php file allows for it to be stored outside of config and allows developers to implement other strategies sigh as using the .env file.
I have attached a patch that updates the Formstack class and Config form to obtain the access token from the settings.php file initially or from config as a backup.
There are also tests to prove that it works.
Fixed
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Looks like this was fixed last week: https://git.drupalcode.org/project/formstack/-/commit/1896f199a709fb633a...
Automatically closed - issue fixed for 2 weeks with no activity.