maybe
maybe copied to clipboard
The personal finance app for everyone
I wanted to provide a draft PR on this to make sure everyone is aligned with the path I'm going down here. Comments, feedback, recommendations all greatly appreciated. This is...
The original codebase required Auth0 for all auth-related actions. We need to rip that out and replace it with something that's not a third-party dependency. Here are archived reference docs...
There are slew of AWS-specific bits...so many that I honestly don't recall what all they were used for. But ultimately we need to make this platform-agnostic so that AWS isn't...
The original app made extensive use of Plaid + Finicity for bank data. Unfortunately they both require enterprise contracts to make use of. A much more human-friendly alternative is Teller....
Current build from commit [447f598](https://github.com/maybe-finance/maybe/commit/447f5983fe80a218443bceb7c057cb251dcdda6b) fails at `yarn install`, lots of warnings given and critically fails here when trying to download Cypress. Yarn version 1.22.21 ``` Exit code: 1 Command:...
I am seeing these errors when running locally without any Ngrok setup (I never set an auth token for ngrok). Errors: ``` [ ready ] on http://localhost:4200 error: server: unhandled...
Auth0 previously provided this functionality. We'll need to do a few things to replace that, off the top of my head: - Update sign in page with "Forgot password?" link...
Postmark is already used pretty extensively throughout the app for email sending, however the environment variables for it are sprinkled all over the app. We need to centralize all of...
Right after successful registration the First Account page is missing bank icons:  Because they point to dead URLs. Do you still have them? I can add them.