Comment on Women’s ‘red flag’ app Tea is a privacy nightmare
zqps@sh.itjust.works 1 week agoExactly, it’s not necessary. It’s bad / lazy design. You don’t expose the DB storage directly, you expose a frontend that handles all the authentication and validation stuff before accessing the DB on the backend. That’s normal Client-Server-Database architecture.