- Issue created by @lhridley
When the module is configured with the connector token, the token is saved in clear text as part of the exported configuration, exposing the authenticate key to the website.
This module should be integrated with the Key module β , which provides a way to store sensitive credentials in an encrypted manner to better protect exposing those credentials inadvertently.
/admin/config/system/monit_drupal_connector_config
, add the access token and save./admin/config/development/configuration/single/export
Integrate with Key module to facilitate exporting saved access tokens in an encrypted manner.
Active
2.0
Code