Multiplied-By-One / MBOne-Backend

Backend of Multiplied By One Web App
MIT License
5 stars 6 forks source link

Create way to locally mock login credentials #21

Open ryanolee opened 2 years ago

ryanolee commented 2 years ago

We would like to create a way to easily mock the way API authentication so we don't have to share oath secrets when building API endpoints. To do this we might want to offer a way to offer an alternate authentication scheme that can be mocked using a set of headers feature flagged by an environment variable (defaulting to false )

ryanolee commented 2 years ago

Done in https://github.com/Multiplied-By-One/MBOne-Backend/pull/20 but needs fixing