Fork me on GitHub
#hyperfiddle
<
2024-02-03
>
danbunea09:02:57

Hi, I updated the demo for authentification with Auth0, now the ring middleware works as I intended it. I alo added a description about how to create a free account on Auth0 and test it:

🙌 3
👍 4
❤️ 5
Dustin Getz15:02:48

We'll happily add this to electric-fiddle when we find time, will you license it into the public domain?

danbunea16:02:23

Sure. Just tell me how to do that please, no idea 🙂

Dustin Getz16:02:06

One way is to add this file to your repo : https://github.com/mawww/kakoune/blob/master/UNLICENSE

👍 1
braai engineer11:02:42

(Edit: resolved) Set up a fresh Macbook and cloned electric-fiddle. Getting this error when I try to run clj -A:dev :

No version is set for command clj
Consider adding one of the following versions in your config file at 
clojure 1.11.1.1208
I don't think this is an Electric Clojure issue, but has anyone encountered this?

braai engineer11:02:45

Installed Clojure as per Clojure docs via brew install clojure/tools/clojure

braai engineer11:02:57

Hmm, might be related to asdf.

braai engineer11:02:12

Resolved by running asdf global clojure 1.11.1.1208

wei17:02:21

congrats on your new macbook!

braai engineer12:02:40

What to use for routing now that history is deprecated? electric-fiddles has pages thing but it seems to be tied to fiddles. electric-starter-app doesn't seem to have any routing. Is there a guide or an example lying around using the latest Electrirc, please?

Dustin Getz13:02:21

nothing has changed