Re: Friend authentication with static files

2014-08-06 Thread Gary Verhaegen
What do you expect will be different from any other type of handler? What kind of granularity do you want to provide? On 5 August 2014 20:42, Jonathon McKitrick wrote: > I'm working on a singe-page web app, and each page comes from a file in > "public" rather than being generated by a compojure r

Friend authentication with static files

2014-08-05 Thread Jonathon McKitrick
I'm working on a singe-page web app, and each page comes from a file in "public" rather than being generated by a compojure route/handler. I use (wrap-resource "public") to do this, and it works fine. How can I wrap this type of handler in Friend authentication? -- You received this message be