This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-18
Channels
- # aws (21)
- # babashka (32)
- # babashka-sci-dev (3)
- # beginners (17)
- # biff (1)
- # calva (8)
- # clj-kondo (1)
- # cljfx (8)
- # cljs-dev (3)
- # clojure (13)
- # clojure-belgium (1)
- # clojure-europe (16)
- # clojure-losangeles (2)
- # clojure-norway (6)
- # clojurescript (11)
- # conjure (1)
- # data-science (1)
- # fulcro (2)
- # gratitude (5)
- # helix (1)
- # joyride (3)
- # malli (14)
- # nbb (4)
- # off-topic (11)
- # other-languages (10)
- # polylith (4)
- # re-frame (2)
- # sci (3)
- # shadow-cljs (20)
- # spacemacs (3)
- # tools-deps (1)
- # vim (4)
hello all, is there any "re-something" for RBAC (Role Base Access Control) for re-frame to control access of my app?
Hmm :thinking_face: you may already be implying this knowledge, but just so we’re on the same page [because it’s not clear from the question], re-frame is a frontend library and frontend authorization alone is not enough if your concern is secure access control 🙅 You’ll also need to implement authorization on the backend 🛂 If your intent is just to facilitate some of the frontend bits around authorization, then I’m not sure of a re-frame-specific library but you could look into something like https://casbin.org/ which has https://github.com/casbin/casbin.js.