UNPKG

caccl-authorizer

Version:

Acquires Canvas tokens through via OAuth, stores refresh tokens, and refreshes access tokens when they expire.

48 lines (47 loc) 1.31 kB
{ "name": "caccl-authorizer", "version": "2.3.3", "description": "Acquires Canvas tokens through via OAuth, stores refresh tokens, and refreshes access tokens when they expire.", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "./node_modules/typescript/bin/tsc --project ./tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/harvard-edtech/caccl-token-manager.git" }, "keywords": [ "Canvas", "CACCL", "Token", "Access", "Token", "Refresh", "Token", "OAuth" ], "author": "Gabe Abrams <gabeabrams@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/harvard-edtech/caccl-token-manager/issues" }, "homepage": "https://github.com/harvard-edtech/caccl-token-manager#readme", "devDependencies": { "@types/express": "^4.17.13", "eslint": "^8.9.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.22.0", "typescript": "^4.5.5" }, "dependencies": { "caccl-error": "^2.3.3", "caccl-lti": "^2.3.3", "caccl-memory-store": "^2.3.3", "caccl-send-request": "^2.3.3", "express": "^4.17.3" } }