UNPKG

passport-oauth2-refresh

Version:

A passport.js add-on to provide automatic OAuth 2.0 token refreshing.

47 lines (46 loc) 1.1 kB
{ "name": "passport-oauth2-refresh", "version": "2.2.0", "description": "A passport.js add-on to provide automatic OAuth 2.0 token refreshing.", "main": "lib/refresh.js", "directories": { "test": "test" }, "scripts": { "lint": "eslint \"**/*.js\" --fix", "prettier": "prettier --write .", "test": "prettier --check . && mocha test/refresh.spec.js" }, "repository": { "type": "git", "url": "https://github.com/fiznool/passport-oauth2-refresh.git" }, "keywords": [ "passport", "oauth", "oauth2", "auth", "authentication" ], "author": { "name": "Tom Spencer", "email": "fiznool@gmail.com", "url": "https://github.com/fiznool" }, "license": "MIT", "bugs": { "url": "https://github.com/fiznool/passport-oauth2-refresh/issues" }, "homepage": "https://github.com/fiznool/passport-oauth2-refresh", "devDependencies": { "chai": "^4.3.4", "eslint": "^7.29.0", "mocha": "^9.0.1", "prettier": "^2.3.2", "sinon": "^11.1.1", "sinon-chai": "^3.7.0" }, "engines": { "node": ">=10" } }