node-red-contrib-oauth2 icon indicating copy to clipboard operation
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...

Results 18 node-red-contrib-oauth2 issues
Sort by recently updated
recently updated
newest added

Would it be possible to get an example of how to use this with google API? I'm getting a HTTP 200 back, but the payload is a HTML sign-in page....

Tracking issue for: - [ ] https://github.com/caputomarcos/node-red-contrib-oauth2/security/code-scanning/3

### Issue Description: While using the node-red-contrib-oauth2 package, I've encountered a limitation when interacting with an OAuth2 provider that mandates the use of the state parameter in the authorization request....

An idea is to add an option to let this node store the acces_token (node context), and check if it's still valid within the next call. I my case the...

I have a situation where the client credentials (client ID and Client Secret) has to be in the body of the request. Right now this is only possible for grant...

Thanks for creating this node - I have yet to fully explore its capabilities but getting access/refresh token was super simple so off to a great start. Would it be...

Hi There! First off, great work and nice job making OAuth2 so simple! But ... when I select password authentication, the password and secret end up as cleartext in the...

If i try to install oauth2 on redmatic in ccu3 i get the message "Cannot read property 'nodes' of null" and the node is not installed.

### Which node are you reporting an issue on? oauth2 ### What are the steps to reproduce? 1. Enable Implicit Flow 2. Set the required parameters for use with Google...

Bumps [express](https://github.com/expressjs/express) to 4.21.0 and updates ancestor dependency [node-red](https://github.com/node-red/node-red). These dependencies need to be updated together. Updates `express` from 4.19.2 to 4.21.0 Release notes Sourced from express's releases. 4.21.0 What's...

dependencies