Fork me on GitHub
#re-frame
<
2018-12-16
>
mac19:12:07

What is a good approach to storing and passing jwe tokens from re-frame to a buddy secured backend, both ajax and regular calls?

bobcalco21:12:33

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.