OK, I could push the data. But then I have a very ...
# spicedb
c
OK, I could push the data. But then I have a very strong coupling between frontend and backend, because to avoid reimplementing the evalation engine in the frontend, I would need to know all possible actions a user could do on a "page" and make all those calls before on the backend. This means, that the backend knows the structure and functionality of the frontend.
2 Views