I have a website written in PHP, using the Symfony framework, which is a monolithic framework much like what Ruby On Rails used to be. I have been slowly re-writing the website in Clojure, and as I do this I've been breaking up the system into several small apps, rather than one huge monolithic app. For my next step, I need to come up with a user system. My needs are minimal: I only need to know when someone is logged in, and I need to associate them with some user id (the id will simply be the id from a user table kept in MySql).
I am curious what is the absolutely easiest way to do this? I think Ring has functions for sessions, so I could perhaps compose this app with Ring, Jetty, Moustache and Korma? I have almost no experience with Ring, but is it able to handle the sessions? Is there any jar that offers a standard way of handling username and passwords in Clojure, or should I write that code myself? -- 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 post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en