passport-oauth-2-legged

0.1.8 • Public • Published

Oauth 2-legged strategy for passport

This oauth strategy is used for a 2-legged scenario (even called 0-legged). Its a consumer to server authentication where each request is signed as defined in oauth but an empty access_token is used. No user data is exposed, as it is the consumer that has access to the protected resource.

It works as https://github.com/jaredhanson/passport-http-oauth but skips the access_token verification step and accepts empty access_tokens.

The cose base is 98% https://github.com/jaredhanson/passport-http-oauth but adapted for the 2-legged scenario. So thanks jaredhanson for all work!.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i passport-oauth-2-legged

    Weekly Downloads

    3

    Version

    0.1.8

    License

    none

    Last publish

    Collaborators

    • bzwheeler