Open source apps with minidauth added
Real projects with their own logins and their own databases. Each fork seals the sensitive fields before they reach Postgres, and reading them takes a role a quorum granted.
Each one is off unless it's configured, so an unconfigured checkout behaves exactly like upstream.
Projects
Formbricks
Formbricks collects survey answers, and those answers are often the most sensitive thing a company holds about its customers. In this fork, answers are sealed before they reach Postgres, and reading them takes a role that a quorum of admins granted.
Twenty
A CRM is a list of people and everything a team knows about them. In this fork, the personal fields in Twenty are sealed before they reach Postgres and decrypted in the browser, so the server and its database only ever hold ciphertext.
Cal.diy
Every booking carries someone's name, phone number and the reason they're meeting. In this fork of Cal.com's scheduling platform, those fields are sealed before they reach Postgres, and each request can only open them as its own signed-in user.
Adding it to something else? Join the Discord and I'll help you out.