ChristopherChudzicki / math3d-react

A user-friendly 3d graphing calculator for the web. Create, share, and animate 3d mathematical scenes.
https://www.math3d.org
Mozilla Public License 2.0
249 stars 34 forks source link

Db #292

Closed ChristopherChudzicki closed 3 years ago

ChristopherChudzicki commented 3 years ago

A minor package upgrade to something (node postgres, I think... a dependency of pg-promise) changed how pg authentication behaved, and broke the postgres connection on heroku a while ago. I fixed it at the time, but this merges that into master.

The resolution here doesn't seem great. I need to learn more about postgres authentication. But I'm pretty sure this effeectly restores the previous behavior.