Is there anyone I could talk to that would be able...
# talk-keto
c
Is there anyone I could talk to that would be able to walk me through how to implement an API endpoint permissions setup with Keto? I’ve RTFM twice now and each time I’m more confused about how Keto works.
m
Hey John 👋 I recommend this talk by @steep-lamp-91158

https://youtu.be/lGRMYkQrNb0

and the repository that goes with it https://github.com/zepatrik/ory-summit21-talk Can you share a bit more about your use case? You are looking to authorize requests to your API endpoints, is that correct?
c
Hi @magnificent-energy-493 yes I am. I’ll defo watch that talk, thanks. I have
users
in
groups/roles
and
api endpoints
with
actions
(like crud). I also have a UI that has
pages
and
sections
of pages ad button actions etc that are visible/hidden also.