Fork me on GitHub
#reitit
<
2022-08-27
>
jasonjckn15:08:03

I need to build an authorization system that ensures only the user groups that create entries in our database are allowed to modify them, any prior art i can start from that might be relevant ?

Michaël Salihi18:08:33

Maybe you could check this example https://github.com/metosin/reitit/tree/master/examples/buddy-auth and add the authorization part following the Buddy Auth library doc to get your hands dirty. https://funcool.github.io/buddy-auth/latest/

👍 1