On Monday, June 30, 2014 10:44:11 PM UTC+1, Geoff Little wrote: > Hi everybody, I've been Googleing for resources on implementing > authentication for a simple REST api in Clojure but I can't find a clear > standard. > > > Does anyone know of a simple library I can use with liberator (for the > api-part) to, someone suggested, implement an authentication scheme using an > auth token? > > Thanks!
Not sure if this is what you want, but have you had a look into Friend (https://github.com/cemerick/friend)? There's also a nice tutorial on hooking it up with Liberator here: http://sritchie.github.io/2014/01/17/api-authentication-with-liberator-and-friend/ -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
