sbernheim4 / Budgeteer

0 stars 0 forks source link

Add logic to unlink/remove account button on the settings page #16

Closed sbernheim4 closed 5 years ago

sbernheim4 commented 6 years ago

Need to update the local state and the DB to remove the associated Access Token and Item ID for that account.

Invalidating the Access Token is not enough since the invalidation produces a replacement Access Token and doesn't invalidate underlying the Item ID

sbernheim4 commented 5 years ago

Done