Fork me on GitHub
#luminus
<
2016-07-30
>
ricardo07:07:53

@yogthos: I take it that the Luminus way of doing REST is Compojure + Swagger, not Liberator. Is that correct?

ricardo07:07:08

Hmm. The compojure-api wiki still lacks a page on Authentication and authorization. This might be a good example, if anyone’s wondering: https://github.com/JarrodCTaylor/authenticated-compojure-api

yogthos14:07:50

yeah compojure-api is what I’ve been using

yogthos14:07:00

I’ve been using buddy for auth as well

yogthos14:07:11

that example looks pretty similar to the way I use it