n8n/packages/workflow/src
Ricardo Espinoza e29c5975e1
feat(core): Add "Client Credentials" grant type to OAuth2 (#3489)
*  Add OAuth2 client credentials grant type

*  Improvements

* 🐛 Fix linting issue

* 🐛 Fix typo

* 🐛 Fix small issue with type

* 🐛 When token expire get a new one instead of refreshing it

*  Fix issue that it did not display it correctly for OAuth1

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-06-13 22:27:19 -07:00
..
DeferredPromise.ts
Expression.ts fix(core): Fix issue with combined expression not resolving if one is invalid (#3506) 2022-06-13 20:48:02 +02:00
ExpressionError.ts feat(core): Add support for pairedItem (beta) (#3012) 2022-06-03 17:25:07 +02:00
index.ts feat(core): Run Error Workflow also on trigger activation error (#3470) 2022-06-06 09:17:35 +02:00
Interfaces.ts feat(core): Add "Client Credentials" grant type to OAuth2 (#3489) 2022-06-13 22:27:19 -07:00
LoggerProxy.ts
NodeErrors.ts feat(core): Add support for pairedItem (beta) (#3012) 2022-06-03 17:25:07 +02:00
NodeHelpers.ts fix(core): Fix issue that parameters got lost in some edge cases 2022-06-11 18:12:04 +02:00
ObservableObject.ts
RoutingNode.ts fix(core): Properly resolve expressions in declarative node design 2022-06-08 18:16:55 +02:00
TelemetryHelpers.ts
Workflow.ts feat(core): Add support for pairedItem (beta) (#3012) 2022-06-03 17:25:07 +02:00
WorkflowActivationError.ts refactor(core): Emit different error for issue in execution or trigger 2022-06-07 15:43:47 +02:00
WorkflowDataProxy.ts feat(core): Make it possible to block access to environment variables 2022-06-08 21:06:38 +02:00
WorkflowErrors.ts
WorkflowHooks.ts