in-fin-neat / in-fin-neat-core

Personal Finances tool
1 stars 0 forks source link

Implement longer-term GoCardless API credentials #5

Closed diegotsutsumi closed 2 months ago

diegotsutsumi commented 1 year ago

User story

As a personal_finance's user, I don't want to have to input my bank credentials into the browser every time I run fetch_transactions to sync my bank data with my local data.

Tech notes

Implementing an authorization endpoint in the cloud is a solution that solves two problems:

  1. The user long-term credentials, by storing it in a cloud database.
  2. The link can be access through the mobile browser, making it easy to integrate with bank apps for authentication.

Acceptance criteria

leonardohscastilho commented 2 months ago

The long-term credentials is already implemented, and the cloud storage implementation will be done in next steps https://github.com/in-fin-neat/in-fin-neat-core/issues/40.