mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
17 lines
441 B
JSON
17 lines
441 B
JSON
|
{
|
||
|
"node": "n8n-nodes-base.totp",
|
||
|
"nodeVersion": "1.0",
|
||
|
"codexVersion": "1.0",
|
||
|
"categories": ["Core Nodes"],
|
||
|
"subcategories": ["Helpers"],
|
||
|
"details": "Generate a time-based one-time password",
|
||
|
"alias": ["2FA", "MFA", "authentication", "Security", "OTP", "password", "multi", "factor"],
|
||
|
"resources": {
|
||
|
"primaryDocumentation": [
|
||
|
{
|
||
|
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.totp/"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|