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
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
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