Tyler Myracle
Tyler Myracle
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...
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...
Addresses #55 , POSTMARK_SMTP_PASS was only being used by Auth0. Let me know if any other changes need to be made for this.
The current tests use a lot of Auth0 helpers, we'll need to rip all of that out since we've moved to NextAuth. Guide here on how to set up cypress...
More progress on #19 This picks up where PR #98 left off. This set of changes: - Add Teller router - Add front end hooks - Updates to previous PR...
**Is your request related to a problem? Please describe.** As more people jump in to contribute I'd like to make sure we don't introduce unintended regressions. The first step would...
**Describe the bug** Currently the security sync service fails in the worker with `status":"NOT_AUTHORIZED","request_id":"834a28975ffae6b825b7680097dbc5a8","message":"You are not entitled to this data. Please upgrade your plan at https://polygon.io/pricing"` **To Reproduce** Steps to...
This has ended up being more involved than I would have liked. Spent a good chunk of time trying to figure out why a test wasn't passing and finally realized...
This is progress towards being able to support #137 This creates a generic email service that can use one of multiple providers. In the future we can then just add...
**Continuation of #156** We should prioritize getting CI set up to run the test suite prior to merging pull requests. **Describe the solution you'd like** This should help catch issues...