On 15 Feb 2014, at 18:53, Jason Stewart wrote:

> I've just pushed the first version of ring-token-authentication, a Ring 
> middleware to authenticate HTTP API requests.
> 
> Token authentication is a popular way to authenticate API requests over HTTP. 
> A client sends a token in the Authorization header like so:
> 
> Authorization: Token token=notasecret
> 

Thanks! Not just because it's a useful library, but also because I hadn't come 
across Authorization: Token before - I've seen projects that use custom API 
headers for this, but I think this is a far cleaner approach.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to