This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
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:
The documentation is in the readme https://gitlab.com/danbunea/electric-ring-auth0-authentification
We'll happily add this to electric-fiddle when we find time, will you license it into the public domain?
One way is to add this file to your repo : https://github.com/mawww/kakoune/blob/master/UNLICENSE
here is the integration point for anyone following along - it took some effort to find https://gitlab.com/danbunea/electric-ring-auth0-authentification/-/blob/main/bases/server/src/server/electric_server_java8_jetty9.clj?ref_type=heads#L110
(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?Installed Clojure as per Clojure docs via brew install clojure/tools/clojure
Hmm, might be related to asdf
.
Resolved by running asdf global clojure 1.11.1.1208
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?
nothing has changed