Hacker News new | ask | show | jobs
by timcobb 1032 days ago
The first thing I look for in these kinds of systems is access control, like Hasura has. Not seeing that here. Is that planned? Did I miss it?
2 comments

We have some docs on that here:

https://graphweaver.com/docs/implementing-authorization

The auth is at the access control is at the API layer.

Would something like Postgres RLS be enough?