Re: [ClojureScript] Re: Auth Token Implementation for a REST api

2014-07-05 Thread Andrey Antukh
Hi

Without aims to do spam, it here an alternative to friend for
authentication: http://niwibe.github.io/buddy/index.html

;)
Andrey


2014-07-03 22:25 GMT+02:00 Geoff Little fifos...@gmail.com:

 Thanks guys!


 On Tue, Jul 1, 2014 at 3:54 PM, Alan Moore kahunamo...@gmail.com wrote:

 On Monday, June 30, 2014 2:44:11 PM UTC-7, Geoff Little wrote:
  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?

 As Antonio said, Friend is your friend :-)

 Also, I found this example to be a fairly complete starting point for
 building a REST API w/ Friend and other libraries you will likely need.
 While it isn't a basic example, it is something like what you might end
 up with once you flesh your app out a bit.

 https://github.com/thegeez/clj-crud

 Good luck!

 Alan

 --
 Note that posts from new members are moderated - please be patient with
 your first post.
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups ClojureScript group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/clojurescript/iLZCLcBhfLM/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 clojurescript+unsubscr...@googlegroups.com.

 To post to this group, send email to clojurescript@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.


  --
 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 clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescript@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.


-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


Re: [ClojureScript] Re: Auth Token Implementation for a REST api

2014-07-03 Thread Geoff Little
Thanks guys!


On Tue, Jul 1, 2014 at 3:54 PM, Alan Moore kahunamo...@gmail.com wrote:

 On Monday, June 30, 2014 2:44:11 PM UTC-7, Geoff Little wrote:
  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?

 As Antonio said, Friend is your friend :-)

 Also, I found this example to be a fairly complete starting point for
 building a REST API w/ Friend and other libraries you will likely need.
 While it isn't a basic example, it is something like what you might end
 up with once you flesh your app out a bit.

 https://github.com/thegeez/clj-crud

 Good luck!

 Alan

 --
 Note that posts from new members are moderated - please be patient with
 your first post.
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups ClojureScript group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/clojurescript/iLZCLcBhfLM/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescript@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.


-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: Auth Token Implementation for a REST api

2014-07-01 Thread Alan Moore
On Monday, June 30, 2014 2:44:11 PM UTC-7, Geoff Little wrote:
 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?  

As Antonio said, Friend is your friend :-)

Also, I found this example to be a fairly complete starting point for building 
a REST API w/ Friend and other libraries you will likely need. While it isn't a 
basic example, it is something like what you might end up with once you flesh 
your app out a bit.

https://github.com/thegeez/clj-crud

Good luck!

Alan

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.