TeacherFund_next
TeacherFund_next copied to clipboard
Create kill switch for stripe and magic link api calls so that others can dev locally
Currently, secret and public keys are rampant across TF code base.
Need to create stripe and magic link api kill switch so that api calls are intercepted and mocked. This will enable anyone to spin up the TF frontend and contribute without exposing secret keys to the world
should use https://www.npmjs.com/package/msw
submitted PR 205 as an attempt at this 🙇🏾♂️