node-red-contrib-oauth2
node-red-contrib-oauth2 copied to clipboard
Check if acces token is stil valid
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 acces_token expires in 3600, so no new acces_token is required.