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.
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.