signing_auth

0.0.2 • Public • Published

Signing Auth

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. SigningAuth can be used to check the signature of incoming http POST requests, either manually or as a connect middleware. It also supports challenge-response authentication over a socket.io websocket.

For a example of how to make a signed request from PHP/Drupal take a look at: http_client_signing_auth

See the sample application for an example of the browser-based challenge-response authentication.

/signing_auth/

    Package Sidebar

    Install

    npm i signing_auth

    Weekly Downloads

    5

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • hugowetterberg