Re: RESTful API Auth with Friend and Liberator

2014-01-19 Thread Bastien
Sam Ritchie sritchi...@gmail.com writes: The code for that tutorial is all here: https://github.com/paddleguru/liberator-friend Yes, thanks. PaddleGuru.com isn't open source, so I can't share any of the dashboards, unfortunately. Maybe some examples down the road. Looking forward! --

Re: RESTful API Auth with Friend and Liberator

2014-01-18 Thread Sam Ritchie
Hey, These are the choices and libraries that drove me toward Liberator. Liberator should help with the API definitions, and (with a little trust and understanding) Friend shouldn't get in your way with auth. FWIW We currently use ClojureScript with template sharing between Enfocus on the

Re: RESTful API Auth with Friend and Liberator

2014-01-18 Thread Bastien
Hi Sam, Sam Ritchie sritchi...@gmail.com writes: FWIW We currently use ClojureScript with template sharing between Enfocus on the client and Enlive on the server. For a new payments dashboard I'm going to try out Om. Can we see the code, by any chance? It would be great -- tutorials are fun

Re: RESTful API Auth with Friend and Liberator

2014-01-18 Thread Sam Ritchie
The code for that tutorial is all here: https://github.com/paddleguru/liberator-friend PaddleGuru.com isn't open source, so I can't share any of the dashboards, unfortunately. Maybe some examples down the road. Bastien mailto:bastiengue...@gmail.com January 18, 2014 9:39 AM Hi Sam, Can we

RESTful API Auth with Friend and Liberator

2014-01-17 Thread Sam Ritchie
Hey guys, Those of you working on webapps might find this interesting: http://sritchie.github.io/2014/01/17/api-authentication-with-liberator-and-friend/ Enjoy! -- Sam Ritchie (@sritchie) Paddleguru Co-Founder 703.863.8561 www.paddleguru.com http://www.paddleguru.com/ Twitter

Re: RESTful API Auth with Friend and Liberator

2014-01-17 Thread Mimmo Cosenza
:-) mimmo On Jan 17, 2014, at 10:27 PM, Sam Ritchie sritchi...@gmail.com wrote: Hey guys, Those of you working on webapps might find this interesting: http://sritchie.github.io/2014/01/17/api-authentication-with-liberator-and-friend/ Enjoy! -- Sam Ritchie (@sritchie) Paddleguru

Re: RESTful API Auth with Friend and Liberator

2014-01-17 Thread Curtis Gagliardi
Exactly the kind of article I was going to looking for in a few days, excellent. On Friday, January 17, 2014 1:27:10 PM UTC-8, Sam Ritchie wrote: Hey guys, Those of you working on webapps might find this interesting:

Re: RESTful API Auth with Friend and Liberator

2014-01-17 Thread clojure . user
Thanks! I have been looking at a lot of combinations for the front end to go with the liberator/friend back end e.g. using client-side technologies om(clojurescript) purnam (angularjs + clojurescript) or going for a server side hiccup/enlive templating + clojurescript (for any client side js)