Skip to content

Commit e4c7852

Browse files
authored
feat: Add support for bearer tokens (#661)
1 parent 44c12a0 commit e4c7852

2 files changed

Lines changed: 36 additions & 35 deletions

File tree

lib/plugins/node_modules/@flowfuse/flowfuse-auth/httpAuthMiddleware.js

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/template/template-settings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ if (settings.flowforge.httpNodeAuth?.user && settings.flowforge.httpNodeAuth?.pa
239239
baseURL: 'https://example.com/',
240240
forgeURL: settings.flowforge.forgeURL,
241241
teamID: settings.flowforge.teamID,
242+
deviceId: settings.flowforge.deviceId,
242243
clientID: settings.flowforge.httpNodeAuth.clientID,
243244
clientSecret: settings.flowforge.httpNodeAuth.clientSecret
244245
})

0 commit comments

Comments
 (0)