forked from n8n-io/n8n-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Webhook & HTTP Request credentials overhaul (n8n-io#2290)
Co-authored-by: Kate Mueller <freakwriter@users.noreply.github.com>
- Loading branch information
1 parent
af1e432
commit 0c6396e
Showing
9 changed files
with
128 additions
and
77 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
_snippets/integrations/builtin/credentials/generic-auth/basic-auth.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Using basic auth | ||
|
||
Use this generic authentication if your app or service supports basic authentication. | ||
|
||
To configure this credential, enter: | ||
|
||
- The **Username** you use to access the app or service your HTTP Request is targeting | ||
- The **Password** that goes with that username |
8 changes: 8 additions & 0 deletions
8
_snippets/integrations/builtin/credentials/generic-auth/digest-auth.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Using digest auth | ||
|
||
Use this generic authentication if your app or service supports digest authentication. | ||
|
||
To configure this credential, enter: | ||
|
||
- The **Username** you use to access the app or service your HTTP Request is targeting | ||
- The **Password** that goes with that username |
14 changes: 14 additions & 0 deletions
14
_snippets/integrations/builtin/credentials/generic-auth/header-auth.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Using header auth | ||
|
||
Use this generic authentication if your app or service supports header authentication. | ||
|
||
To configure this credential, enter: | ||
|
||
- The header **Name** you need to pass to the app or service your HTTP request is targeting | ||
- The **Value** for the header | ||
|
||
Read more about [HTTP headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers#authentication){:target=_blank .external-link}. | ||
|
||
/// note | Credential data can vary | ||
The credential data required for header auth credentials depends on the type used. For example, if you need to provide an `Authorization: Bearer <token>` header, the credential data `Name` will be `Authorization` and the `Value` will be `Bearer <token>`. | ||
/// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.