@ralfuhlig/node-red-oauth2-auth 0.3.0

node-red-oauth2-auth - OAuth2 client for getting oauth2 credentials by the authorization flow to use in other nodes. Credentials are automatically refreshed on expiration.

npm install @ralfuhlig/node-red-oauth2-auth

node-red-oauth2-auth

OAuth2 client for getting oauth2 credentials by the authorization flow to use in other nodes. Credentials are automatically refreshed on expiration. After a successful authorization, the msg object has a new element bearerToken with the value Bearer access token. This element can be used of the authentication e.g. in the htmlRequest node.

I liked to have an indepentent implementation of the oauth2 authentication flow. Inspired by https://github.com/node-red/node-red-web-nodes/tree/master/google, I implemented this node in a similar way. Maybe it's useful for others. Up to now, there are no releases.

Node Info

Version: 0.3.0
Updated 2 days ago
License: Apache-2.0
Rating: not yet rated

Categories

Actions

Rate:

Downloads

69 in the last week

Nodes

  • oauth2-auth-config
  • oauth2-auth

Keywords

  • node-red
  • oauth2
  • security
  • authentication
  • authorization

Maintainers