Skip to content

fix: feat: add n8n APort verification node#93

Open
asiokun wants to merge 1 commit into
aporthq:mainfrom
asiokun:bounty-fix/gh_eb83a151bfb2
Open

fix: feat: add n8n APort verification node#93
asiokun wants to merge 1 commit into
aporthq:mainfrom
asiokun:bounty-fix/gh_eb83a151bfb2

Conversation

@asiokun
Copy link
Copy Markdown

@asiokun asiokun commented May 12, 2026

Fixes #89

All checks pass. Here's a summary of what was changed:

Files created:

  • examples/agent-frameworks/n8n/package.json β€” npm package manifest for n8n-nodes-aport with test script and n8n metadata
  • examples/agent-frameworks/n8n/credentials/AportApi.credentials.js β€” n8n credential type with API key, base URL, and timeout fields
  • examples/agent-frameworks/n8n/nodes/Aport/Aport.node.js β€” main node implementation with verifyPolicy and getPassport operations, JSON/key-value context modes, denial routing, and throwOnDeny fail-fast support
  • examples/agent-frameworks/n8n/nodes/Aport/aport.svg β€” SVG icon for the node
  • examples/agent-frameworks/n8n/examples/aport-verify-workflow.json β€” importable example workflow with manual trigger β†’ context β†’ APort verify β†’ IF routing
  • examples/agent-frameworks/n8n/tests/aport-node.test.js β€” 10 mocked unit tests covering all operations and edge cases (all passing)
  • examples/agent-frameworks/n8n/README.md β€” installation, configuratio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant