tixte-passport
Version:
Passport strategy for use with the Tixte OAuth (v2.0) API
29 lines • 630 B
JSON
{
"name": "tixte-passport",
"version": "1.0.1",
"description": "Passport strategy for use with the Tixte OAuth (v2.0) API",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tixte/tixte-passport.git"
},
"keywords": [
"tixte",
"passport",
"tixte.com",
"authentication",
"oauth",
"oauth2",
"authorization",
"filehost"
],
"author": "colecci",
"license": "ISC",
"bugs": {
"url": "https://github.com/tixte/tixte-passport/issues"
},
"homepage": "https://github.com/tixte",
"dependencies": {
"passport-oauth2": "^1.5.0"
}
}