This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-16
Channels
- # adventofcode (76)
- # aleph (1)
- # aws (2)
- # beginners (101)
- # boot (1)
- # boot-dev (1)
- # calva (25)
- # cider (12)
- # cljs-dev (29)
- # clojure (214)
- # clojure-europe (1)
- # clojure-nl (5)
- # clojure-spec (1)
- # clojure-uk (6)
- # clojurescript (155)
- # data-science (1)
- # datomic (48)
- # figwheel-main (5)
- # immutant (1)
- # leiningen (11)
- # nrepl (2)
- # off-topic (24)
- # pathom (2)
- # pedestal (2)
- # portkey (8)
- # protorepl (5)
- # re-frame (2)
- # rum (4)
- # shadow-cljs (21)
What is a good approach to storing and passing jwe tokens from re-frame to a buddy secured backend, both ajax and regular calls?
I am interested how others have gotten a reframe app using bidi for routing to work on pedestal and more to the point off something other than the "/" route (in my case, I want the reframe app to run off "/admin"... To be precise, I started with re-frame-starter at github but made "/" point to a static HTML landing page, and "/admin" attempt to connect to my reframe app that uses bidi. I get the Not Found page from the reframe app when I go to /admin, and anything off /admin (e.g., /admin/signup) fails and goes instead to Pedestal's defaul Not Found.