node-red-contrib-oauth2
node-red-contrib-oauth2 copied to clipboard
The node-red-contrib-oauth2 is a Node-RED node that provides an OAuth2 authentication flow. This node uses the OAuth2 protocol to obtain an access token, which can be used to make authenticated API re...
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.7. Release notes Sourced from axios's releases. Release v1.7.7 Release notes: Bug Fixes fetch: fix stream handling in Safari by fallback to using a stream...
Bumps [formidable](https://github.com/node-formidable/formidable) from 3.5.1 to 3.5.4. Release notes Sourced from formidable's releases. v3.5.3 What's Changed Fix existing test failure by @ryhmrt in node-formidable/formidable#990 update Ryan Dahl x account link by...
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.4. Release notes Sourced from axios's releases. Release v1.8.4 Release notes: Bug Fixes buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0) Contributors to this release...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...
access_type: Set to "**_offline_**" to request a refresh token from Google. prompt: Set to "**_consent_**" to prompt the user for consent and allow Google to issue a refresh token. ###...
### Which node are you reporting an issue on? oauth2 ### What are the steps to reproduce? Add Header ### What happens? Nothing if I press "Done". At the moment...
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.12.2. Release notes Sourced from axios's releases. Release v1.12.2 Release notes: Bug Fixes fetch: use current global fetch instead of cached one when env fetch...
This PR implements GitHub Copilot code agent settings for Node.js runtime and adds comprehensive automated code review checks to ensure code quality and documentation consistency. ## Changes Made ### 🤖...