dropthejase tightens the front door on louis
Two small commits close a permissive default that often ships to production by accident.
The team narrowed the fork's API so it only accepts traffic from its own hosted front-end domain, instead of accepting requests from anywhere on the open web. They also turned on a check that every incoming request carries a valid identity token before the back-end will answer it.
Neither change is glamorous, and one of them is later undone when a different sign-in approach replaces it. But the pattern - refuse strangers at the door, demand ID from everyone else - is the kind of basic hygiene that quietly separates a hobby deployment from something a firm could actually put in front of clients.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?