Files
fasto/backend/index.js
Cauê Faleiros ef6d1582b3
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m6s
feat: implement n8n api integration endpoints and api key management
- Added api_keys table to database schema.

- Added API Key authentication middleware to express router.

- Created GET /api/integration/users endpoint for n8n to map agents.

- Created POST /api/integration/attendances endpoint to accept webhooks from n8n.

- Added UI in UserProfile (for Admins/Owners) to generate, view, and revoke API keys.
2026-03-16 14:29:21 -03:00

59 KiB