This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-17
Channels
- # arachne (1)
- # beginners (42)
- # boot (4)
- # cider (28)
- # clara (9)
- # cljs-dev (149)
- # cljsrn (5)
- # clojure (185)
- # clojure-austin (2)
- # clojure-dusseldorf (4)
- # clojure-italy (14)
- # clojure-norway (1)
- # clojure-russia (18)
- # clojure-spec (35)
- # clojure-uk (36)
- # clojurescript (78)
- # core-async (6)
- # data-science (20)
- # datomic (48)
- # emacs (1)
- # fulcro (2)
- # garden (4)
- # hoplon (47)
- # jobs (5)
- # jobs-rus (1)
- # leiningen (2)
- # lumo (12)
- # off-topic (8)
- # om (8)
- # onyx (39)
- # parinfer (19)
- # re-frame (100)
- # reagent (15)
- # ring-swagger (1)
- # sql (8)
- # vim (1)
- # yada (20)
hmmm I have the route working and looking up the public key from the discovery docs but thinking most of this should go in buddy rather than yada
Well, I am happy to take it into yada via an ext. Then can get Andrey to consider promoting
Congrats btw!
Need to look into auth0
What do you think of it?
just started down the road but looks very well done so far, great - actually amazing docs
they have docs which (I assume) are generated on the fly to fill in examples with your customer data
and of course the Slate stuff for tests
so yes, very modern and impressive from an onboarding viewpoint
Java wise they like Spring security which means that they aren’t too easy to follow
btw this little bit of code was the most painful … not to write but to discover that I had to write it….
I found its equivalent in the back of some node.js lib
Incidentally the string chopping is done a lot nicer in JS
I could not get that regex working in Java / Clojure
(string/join "\n" (re-seq #".{1,64}" x5c-string))
not really a huge concern but it’s also tons faster
Indeed. Slightly more “intentional” too, as long as one understands the regex.
that’s regexes for ya
I’ve opened an issue on buddy-sign to see if he wants the code
but I’ll try to put it in the Yada oauth2 ext for the moment and we’ll see how it goes further