I have 2 questions
- Is there any oficial elixir compatibility library for fauna?
- I’m trying to implement some endpoints at phoenix framework and most on vue (with Typescript). For that my application uses social login (fb and google). Reading fauna documentations and community discussions I’ve seen that with fauna you can query just in the frontend without passing the backend, so I’m struggling to understand how to verify permissions for that, because my users get a JWT after succesful social login, and with that permissions they query via backend, but if only need to work with frontend to fauna, how can I make sure user can’t modify (via any hack) their frontend permissions and query more information they are not allowed (any solution without using UDF or any that trigger TCOs)
Please help