New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

passport-fellowshipone

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-fellowshipone - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

lib/passport-fellowshipone/strategy.js

@@ -93,3 +93,4 @@ /**

this._performSecureRequest(oauth_token, oauth_token_secret, this._clientOptions.accessTokenHttpMethod, this._accessUrl, extraParams, null, null, function(error, data, response) {
this._performSecureRequest(oauth_token, oauth_token_secret, this._clientOptions.accessTokenHttpMethod, this._accessUrl, extraParams, null, null,
function(error, data, response) {
if (error) callback(error);

@@ -96,0 +97,0 @@ else {

{
"name": "passport-fellowshipone",
"version": "0.0.2",
"version": "0.0.3",
"description": "Fellowship One (F1) authentication strategy for Passport.",

@@ -32,19 +32,18 @@ "keywords": [

"dependencies": {
"URIjs": "^1.13.2",
"async": "^0.9.0",
"passport-oauth": "^1.0.0",
"pkginfo": "^0.3.0",
"request": "^2.36.0"
"URIjs": "~1.15.0",
"async": "~0.9.0",
"passport-oauth": "~1.0.0",
"pkginfo": "~0.3.0",
"request": "~2.54.0"
},
"devDependencies": {
"codeclimate-test-reporter": "0.0.3",
"coveralls": "^2.11.0",
"istanbul": "^0.2.16",
"jshint": "^2.5.2",
"mocha": "^1.20.1",
"should": "^4.0.4",
"sinon": "^1.10.2"
"codeclimate-test-reporter": "~0.0.4",
"istanbul": "~0.3.13",
"jshint": "~2.6.3",
"mocha": "~2.2.1",
"should": "~5.2.0",
"sinon": "~1.14.1"
},
"scripts": {
"test": "make test-coveralls"
"test": "make test-travis"
},

@@ -51,0 +50,0 @@ "engines": {

@@ -1,6 +0,6 @@

[![Build Status](http://img.shields.io/travis/hairyhenderson/passport-fellowshipone.svg)](http://travis-ci.org/hairyhenderson/passport-fellowshipone)
[![Coverage Status](http://img.shields.io/coveralls/hairyhenderson/passport-fellowshipone.svg)](https://coveralls.io/r/hairyhenderson/passport-fellowshipone)
[![Code Climate](http://img.shields.io/codeclimate/github/hairyhenderson/passport-fellowshipone.svg)](https://codeclimate.com/github/hairyhenderson/passport-fellowshipone)
[![Dependency Status](http://img.shields.io/gemnasium/hairyhenderson/passport-fellowshipone.svg)](https://gemnasium.com/hairyhenderson/passport-fellowshipone)
[![Current Version](http://img.shields.io/npm/v/passport-fellowshipone.svg)](https://www.npmjs.org/package/passport-fellowshipone)
[![Build Status][travis-image]][travis-url]
[![Code Coverage][coverage-image]][coverage-url]
[![Code Climate][climate-image]][climate-url]
[![Dependency Status][gemnasium-image]][gemnasium-url]
[![Current Version][npm-image]][npm-url]

@@ -21,3 +21,3 @@ # Passport-FellowshipOne

The Fellowship One authentication strategy authenticates users using a Fellowship One account and OAuth 1.0a tokens. The strategy requires a `verify` callback, which accepts these credentials and calls `done` providing a user, as well as `options` specifying a developer key and callback URL.
The Fellowship One authentication strategy authenticates users using a Fellowship One account and OAuth 1.0a tokens. The strategy requires a `verify` callback, which accepts these credentials and calls `done` providing a user, as well as `options` specifying a developer key and callback URL.

@@ -46,3 +46,3 @@ ```js

- `churchCode` - Your Fellowship One Church Code. When set, this will be used to automatically build the `apiURL` option. _If you want to use the staging environment, you must also set `apiURL`!_
- `apiURL` - The base URL for Fellowship One API operations (i.e. `https://{churchCode}.staging.fellowshiponeapi.com/v1`).
- `apiURL` - The base URL for Fellowship One API operations (i.e. `https://{churchCode}.staging.fellowshiponeapi.com/v1`).
This is auto-calculated from `churchCode` when not specified, but can be provided here for customizations (i.e. pointing to staging).

@@ -73,3 +73,3 @@ Supports [URI Templating](http://tools.ietf.org/html/rfc6570), using the `options` object to provide properties.

app.get('/auth/fellowshipone/callback',
app.get('/auth/fellowshipone/callback',
passport.authenticate('fellowshipone', { failureRedirect: '/login' }),

@@ -103,2 +103,17 @@ function(req, res) {

Copyright (c) 2014 Dave Henderson
Copyright (c) 2014-2015 Dave Henderson
[travis-image]: https://img.shields.io/travis/hairyhenderson/passport-fellowshipone.svg?style=flat
[travis-url]: https://travis-ci.org/hairyhenderson/passport-fellowshipone
[coverage-image]: https://img.shields.io/codeclimate/coverage/github/hairyhenderson/passport-fellowshipone.svg?style=flat
[coverage-url]: https://codeclimate.com/github/hairyhenderson/passport-fellowshipone
[climate-image]: https://img.shields.io/codeclimate/github/hairyhenderson/passport-fellowshipone.svg?style=flat
[climate-url]: https://codeclimate.com/github/hairyhenderson/passport-fellowshipone
[gemnasium-image]: https://img.shields.io/gemnasium/hairyhenderson/passport-fellowshipone.svg?style=flat
[gemnasium-url]: https://gemnasium.com/hairyhenderson/passport-fellowshipone
[npm-image]: https://img.shields.io/npm/v/passport-fellowshipone.svg?style=flat
[npm-url]: https://npmjs.org/package/passport-fellowshipone

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc