mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
commit
bb50223e5e
@ -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.
|
||||
///
|
||||
|
||||
24
docs/integrations/builtin/credentials/jwt.md
Normal file
24
docs/integrations/builtin/credentials/jwt.md
Normal 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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user