brightspace-auth-token
Advanced tools
Comparing version 3.2.0 to 6.0.0
{ | ||
"name": "brightspace-auth-token", | ||
"version": "3.2.0", | ||
"version": "6.0.0", | ||
"description": "Helper for interacting with an incoming Brightspace JWT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Brightspace/node-auth-token.git" | ||
}, | ||
"main": "src/index.js", | ||
"scripts": { | ||
"check-style": "eslint .", | ||
"test": "npm run check-style && mocha -R spec spec" | ||
"test": "mocha -R spec spec" | ||
}, | ||
"author": "D2L Corporation", | ||
"bugs": { | ||
"url": "https://github.com/Brightspace/node-auth/issues" | ||
}, | ||
"homepage": "https://github.com/Brightspace/node-auth#readme", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"chai": "^2.1.1", | ||
"eslint": "^1.10.3", | ||
"eslint-config-brightspace": "^0.1.0", | ||
"eslint-plugin-react": "^3.16.1", | ||
"mocha": "^2.1.0", | ||
"uuid": "^2.0.1", | ||
"xtend": "^4.0.1" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/Brightspace/node-auth.git" | ||
}, | ||
"dependencies": {} | ||
} |
# brightspace-auth-token | ||
[![Build | ||
Status](https://travis-ci.org/Brightspace/node-auth-token.svg?branch=master)](https://travis-ci.org/Brightspace/node-auth-token) | ||
[![Build Status](https://travis-ci.org/Brightspace/node-auth.svg?branch=master)](https://travis-ci.org/Brightspace/node-auth) | ||
## Usage | ||
@@ -115,31 +115,1 @@ | ||
The source signature provider when creating the token. | ||
## Testing | ||
```bash | ||
npm test | ||
``` | ||
## Contributing | ||
1. **Fork** the repository. Committing directly against this repository is | ||
highly discouraged. | ||
2. Make your modifications in a branch, updating and writing new unit tests | ||
as necessary in the `spec` directory. | ||
3. Ensure that all tests pass with `npm test` | ||
4. `rebase` your changes against master. *Do not merge*. | ||
5. Submit a pull request to this repository. Wait for tests to run and someone | ||
to chime in. | ||
### Code Style | ||
This repository is configured with [EditorConfig][EditorConfig] and | ||
[ESLint][ESLint] rules. | ||
[EditorConfig]: http://editorconfig.org/ | ||
[ESLint]: http://eslint.org |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
0
18485
115