Hi there,
I’m looking to develop a small app for personal use to help save money better. My idea is to schedule code to be ran at certain times and move money between pots. I have played with Postman and made successful requests to the API.
However I am worried about tokens being active for a finite amount of time. I would want my scheduled code to run at 1am daily, however the app would require me to manually give access to get a new access token.
Is there any way around this, as I’m pretty new to things like this, I develop mainly in React and React Native, so this section is a little further than my current skill set.
Thanks in advance.