659
stop over engineering
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Supabase unironically do exactly that. You've got your client, you login through OAuth, then use your JWT to connect directly to postgres.
Your JWT contains your user id, which is used with row level security rules to determine which rows you can and cannot access. It's pretty amazing what you can do with PG alone. The tooling is not quite there yet but that's probably where we're headed.