[n8n] Basic Authentication Support
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3575100. --> Reported by: [smulvih2](https://www.drupal.org/user/795442) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Implement Basic Authentication for Drupal API access.</p> <p>Add support for HTTP Basic Authentication for connecting to Drupal&rsquo;s JSON:API endpoint. Allow users to configure username, password, and base URL via n8n credential configuration.</p> <p>Scope:</p> <ul> <li>Add credential definition</li> <li>Support base_url configuration</li> <li>Secure storage of credentials</li> <li>Validate authentication against Drupal endpoint</li> </ul>
issue