n8n/packages/cli/src
Ram Yalamanchili d2ea3ce877 Add OAuth2 Authorization and Callback rest endpoints
URL generation for OAuth2 authorization and the subsequent login
callback are handled at the backend API. While this can be done
client side, the credentials are better managed entirely on the
server side.
2020-01-01 22:55:16 -08:00
..
databases Fix start issue 2019-12-21 15:04:47 -06:00
ActiveExecutions.ts Improve workflow retry 2019-08-09 08:07:18 +02:00
ActiveWorkflowRunner.ts Add polling support to Trigger-Nodes 2019-12-31 14:27:58 -06:00
CredentialTypes.ts Initial commit to release 2019-06-23 12:35:23 +02:00
Db.ts 👕 Replace some double quotes with single ones 2019-09-19 14:14:37 +02:00
GenericHelpers.ts 👕 Replace some double quotes with single ones 2019-09-19 14:14:37 +02:00
index.ts Run workflows in own independent subprocess 2019-08-08 20:47:08 +02:00
Interfaces.ts Add ExecuteWorkflow-Node 2019-12-19 16:07:55 -06:00
LoadNodesAndCredentials.ts 👕 Replace some double quotes with single ones 2019-09-19 14:14:37 +02:00
NodeTypes.ts Add polling support to Trigger-Nodes 2019-12-31 14:27:58 -06:00
Push.ts Push active executions to clients to remove manual reload 2019-07-24 14:25:30 +02:00
ResponseHelper.ts 🔀 Merge pull request #68 from ccakes:jwt-auth 2019-10-14 22:37:51 +02:00
Server.ts Add OAuth2 Authorization and Callback rest endpoints 2020-01-01 22:55:16 -08:00
TestWebhooks.ts 💥 Fix typo reponse => response 2019-08-28 17:16:09 +02:00
WebhookHelpers.ts Add ExecuteWorkflow-Node 2019-12-19 16:07:55 -06:00
WorkflowCredentials.ts Initial commit to release 2019-06-23 12:35:23 +02:00
WorkflowExecuteAdditionalData.ts Add ExecuteWorkflow-Node 2019-12-19 16:07:55 -06:00
WorkflowHelpers.ts Add ExecuteWorkflow-Node 2019-12-19 16:07:55 -06:00
WorkflowRunner.ts Add ExecuteWorkflow-Node 2019-12-19 16:07:55 -06:00
WorkflowRunnerProcess.ts Add ExecuteWorkflow-Node 2019-12-19 16:07:55 -06:00