The source code for the financial dashboard that I use to monitor my assets, balances and credit cards.
routes
├── /
└── (admin)
├── login
│ └── "Place auth cookie onto browser"
└── token
└── "Exchange public_token for access_token"