JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 166302
  • Score
    100M100P100Q168705F

OAuth 1.0 and 2.0 authentication strategies for Passport.

Package Exports

  • passport-oauth

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (passport-oauth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

passport-oauth

Build Coverage Dependencies

General-purpose OAuth 1.0 and OAuth 2.0 authentication strategies for Passport.

This is a meta-module that combines passport-oauth1 and passport-oauth2. It exists for backwards-compatibility with the 0.1.x line of OAuth-based strategies. As of version 1.x.x, it is encouraged to declare dependencies on the module that implements specific version of OAuth in use.

Install

$ npm install passport-oauth

Tests

$ npm install
$ npm test

Credits

License

The MIT License

Copyright (c) 2011-2013 Jared Hanson <http://jaredhanson.net/>