Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Simple request signing authentication inspired by the way OAuth signs requests

License

Notifications You must be signed in to change notification settings

hugowetterberg/signing_auth

Repository files navigation

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.

About

Simple request signing authentication inspired by the way OAuth signs requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published