This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-30
Channels
- # announcements (12)
- # babashka (25)
- # biff (30)
- # cherry (34)
- # cider (46)
- # clj-kondo (23)
- # clojure (37)
- # clojure-berlin (6)
- # clojure-europe (12)
- # clojure-nl (4)
- # clojure-norway (6)
- # clojure-uk (2)
- # clojurescript (8)
- # conjure (1)
- # cursive (4)
- # data-science (11)
- # datalevin (12)
- # datascript (15)
- # emacs (2)
- # events (1)
- # fulcro (14)
- # graalvm (16)
- # gratitude (23)
- # honeysql (11)
- # jobs (2)
- # jobs-discuss (14)
- # kaocha (1)
- # leiningen (8)
- # nbb (45)
- # off-topic (7)
- # portal (8)
- # re-frame (9)
- # releases (2)
- # shadow-cljs (24)
- # squint (5)
- # tools-build (17)
- # tools-deps (7)
- # vim (5)
Hello all, so re-frame in production, is that possible to access any information from the db-app?
If you mean getting the information from an already existing app, without implementing any facilities for it, then the answer is "no".
But it's still probably not a good idea to store secrets there, from a security perspective
if you build re-frame
app for production, is that possible to get access to information from the internal re-frame database, as we see it in re-frame-10x
?
Oh, of course. One can still inspect the memory. It's just that there's no direct way to do that, no "how to".
@U0YJJPFRA What exactly is your use-case? "Access information" is very vague.
the use case is that we have to clean the re-frame internal database after we do a logout?