mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.2 KiB
1.2 KiB
| title | description | contentType | priority | ||
|---|---|---|---|---|---|
| Webhook credentials | Documentation for Webhook credentials. Use these credentials to authenticate Webhook in n8n, a workflow automation platform. |
|
critical |
Webhook credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
You must use the authentication method required by the app or service you want to query.
Supported authentication methods
- Basic auth
- Header auth
- JWT auth
- None
--8<-- "_snippets/integrations/builtin/credentials/generic-auth/basic-auth.md"
--8<-- "_snippets/integrations/builtin/credentials/generic-auth/header-auth.md"
Using JWT auth
JWT Auth{:target=_blank .external-link} is a method of authentication that uses JSON Web Tokens (JWT) to digitally sign data. This authentication method uses the JWT credential and can use either a Passphrase or PEM Key as key type. Refer to JWT credential for more information.