Sheaffy / node-red-contrib-monzo

This is a wrapper that will allow a connection to the monzo bank API for use within node-red
MIT License
3 stars 1 forks source link

Monzo Credentials #1

Closed Sheaffy closed 5 years ago

Sheaffy commented 5 years ago

The ability to correctly authenticate as described by the Monzo API docs, by creating a Monzo "client" requesting an access code and getting a refresh token and an access token.. then use the refresh token and client secret every 7 hours to get a new and valid access token.. This will be in addition to the current "enter access token" from the playground. so as to allow for backwards compatability.

Sheaffy commented 5 years ago

as per the latest commit, this is now resolved.