This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-27
Channels
- # announcements (8)
- # babashka (2)
- # calva (21)
- # clojure (30)
- # clojure-europe (4)
- # conjure (1)
- # core-logic (5)
- # data-science (1)
- # emacs (10)
- # hyperfiddle (1)
- # introduce-yourself (1)
- # luminus (62)
- # meander (23)
- # nbb (26)
- # off-topic (9)
- # reitit (2)
- # spacemacs (2)
- # squint (65)
- # tools-build (4)
- # tools-deps (17)
- # xtdb (20)
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 ?
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