teacherfund / TeacherFund_next

A website to fund teachers discretionary spending because the government sucks at it

Home Page:https://theteacherfund.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

joelwass opened this issue · 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

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