TeacherFund_next icon indicating copy to clipboard operation
TeacherFund_next copied to clipboard

Create kill switch for stripe and magic link api calls so that others can dev locally

Open joelwass opened this issue 3 years ago • 2 comments

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

joelwass avatar Sep 06 '20 17:09 joelwass

should use https://www.npmjs.com/package/msw

joelwass avatar Sep 23 '20 17:09 joelwass

submitted PR 205 as an attempt at this 🙇🏾‍♂️

KrazyK786 avatar Jun 16 '21 23:06 KrazyK786