ANN: ring-token-authentication. A ring middleware to authenticate API requests

2014-02-15 Thread Jason Stewart
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

Re: ANN: ring-token-authentication. A ring middleware to authenticate API requests

2014-02-15 Thread Robert Day
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 Authorizatio

Re: ANN: ring-token-authentication. A ring middleware to authenticate API requests

2014-02-28 Thread James Henderson
Really useful, concise library - thanks! James On Saturday, 15 February 2014 18:53:58 UTC, 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 AP