zgbrenner puts a lock on the front door of Gary
The fork swaps its homegrown login system for Clerk so Gary can run as a private, password-protected web app.
zgbrenner rebuilt Gary's sign-in around Clerk - a hosted service that handles login screens and gates pages behind a password - rather than keep maintaining a hand-built auth flow. The old system was ripped out entirely, so there's only one way in now, and the login and signup pages were rebuilt on Clerk's hosted versions. The whole change shipped and merged in a single day.
The scope was deliberately narrow: just the front door. There's no billing, no teams or roles, no separation of one user's data from another's. zgbrenner is candid that this protects the app, not the data - Gary is treated as a single-person tool for now, and locking down the back-end so each user only sees their own files is flagged as the next job, not done here.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?