Merge pull request #2024 from n8n-io/jwt-creds

Jwt creds
This commit is contained in:
Deborah 2024-04-10 15:36:09 +01:00 committed by GitHub
commit bb50223e5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 29 additions and 0 deletions

View File

@ -8,6 +8,10 @@ contentType: integration
Work with JSON web tokens in your n8n workflows.
/// note | Credentials
You can find authentication information for this node [here](/integrations/builtin/credentials/jwt/).
///
/// note | Examples and templates
For usage examples and templates to help you get started, refer to n8n's [JWT integrations](https://n8n.io/integrations/jwt/){:target=_blank .external-link} page.
///

View File

@ -0,0 +1,24 @@
---
title: JWT credentials
description: Documentation for the JWT credentials. Use these credentials to authenticate JWT in n8n, a workflow automation platform.
---
# JWT credentials
You can use these credentials to authenticate the following nodes:
[JWT](/integrations/builtin/core-nodes/n8n-nodes-base.jwt/)
## Supported authentication methods
You can use a passphrase or a PEM key.
## Related resources
Refer to the [JWT website](https://jwt.io/introduction){:target=_blank .external-link} for more information about working with JWTs.

View File

@ -906,6 +906,7 @@ nav:
- integrations/builtin/credentials/jenkins.md
- integrations/builtin/credentials/jira.md
- integrations/builtin/credentials/jotform.md
- integrations/builtin/credentials/jwt.md
- integrations/builtin/credentials/kafka.md
- integrations/builtin/credentials/keap.md
- integrations/builtin/credentials/kibana.md