Re: Clojure - Where to start?

2013-10-11 Thread albert cortez
That sounds pretty interesting. I wonder how old the list was. If it was made a while ago, i'm sure there are new projects that have come along. If you find the link I would be interested. On Thursday, October 10, 2013 11:41:05 PM UTC+2, Jeff Heon wrote: > > I remember reading a post with a list

Re: ANN: ClojureScript 0.0-1877 (Breaking change)

2013-09-09 Thread albert cortez
I'm getting the same long list of warnings as Julien -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first

Re: Securing Clojure + Clojurescript Web App

2013-04-01 Thread albert cortez
gt; their own authorization criteria. This will hopefully allow for > declarative policy specifications, automated reporting of effective policy > outside of runtime, allow you to disentangle authorization policy from the > rest of your codebase, and altogether make audits less invasive and

Re: Securing Clojure + Clojurescript Web App

2013-04-01 Thread albert cortez
In the same boat here. Trying to make a SPA and now am trying to figure out the easiest way to have ajax authentification. On Tuesday, February 26, 2013 5:24:09 PM UTC+1, Ari wrote: > > Hi, > > I'd appreciate suggestions on how I can/should secure my > clojure/clojurescript "single page web" app