Merge branch 'maparent-update_passport'

This commit is contained in:
Paul Rodwell 2020-01-13 10:40:20 +00:00
commit 9686e2066e
No known key found for this signature in database
GPG Key ID: 083BA337597C49E6
3 changed files with 4963 additions and 4365 deletions

5
AUTHORS.txt Normal file
View File

@ -0,0 +1,5 @@
Authors ordered by first contribution
Paul Rodwell <paul.rodwell@btinternet.com>
Ward Cunningham <ward@c2.com>
Marc-Antoine Parent <maparent@acm.org>

9314
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
"lodash": "^4.17.14",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^1.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-twitter": "^1.0.4",
"persona-pass": "^0.2.1",
"qs": "^6.7.0",
@ -23,5 +23,12 @@
"grunt-contrib-watch": "^1.0.0",
"grunt-git-authors": "^3.2.0",
"grunt-retire": "^1.0.8"
},
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-security-passportjs"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-security-passportjs/issues"
}
}