https://www.ory.sh/ logo
c

cuddly-city-78540

11/30/2021, 12:26 PM
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

magnificent-energy-493

11/30/2021, 12:36 PM
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

cuddly-city-78540

11/30/2021, 12:42 PM
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.