HTTP Client signing authentication

Component ID

1298940

Component name

HTTP Client signing authentication

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1021

Component created

Component changed

Component body

Simple request signing authentication inspired by the way OAuth signs requests. Useful when you need simple authentication of POST request between the server and client.

Depends on HTTP Client (http://drupal.org/project/http_client) for doing the actual requests.

Example server implementation: https://github.com/hugowetterberg/tattlebird-server
Node library for server implementation: https://github.com/hugowetterberg/signing_auth