forked from jaredhanson/passport-familysearch
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v2.0.0 * Require Node 4 or greater * Remove legacy oauth 1 strategy and related code * Sign all requests when using a signer * Add support for userName parameter * Low Bandwidth: Passing low_bandwidth param if in options. (#1) * Improve example app * Improve test coverage
- Loading branch information
Showing
26 changed files
with
377 additions
and
810 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
# Node.js | ||
node_modules | ||
npm-debug.log | ||
.nyc_output | ||
reports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
README.md | ||
Makefile | ||
doc/ | ||
examples/ | ||
test/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
language: "node_js" | ||
node_js: | ||
- 0.4 | ||
- 0.6 | ||
- 0.8 | ||
- '4' | ||
- '6' | ||
- '8' | ||
- 'node' | ||
dist: trusty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 2.0.0 (unreleased) | ||
|
||
## **Breaking Changes** | ||
- Drop support for Node versions before 4.x | ||
- Drop support for OAuth 1(a) Legacy strategy | ||
|
||
## New features: | ||
- Add flag for low bandwidth mobile login | ||
- Add flag to help with post-registration login | ||
|
||
## Fixes: | ||
- Example app updated to current Express and other dependencies | ||
|
||
# 1.0.0 | ||
|
||
First public release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.