@okta/okta-auth-js
Advanced tools
Comparing version 1.1.0 to 1.1.1
108
package.json
{ | ||
"_args": [ | ||
[ | ||
"@okta/okta-auth-js@1.1.0", | ||
"/working_dir/tmp" | ||
] | ||
], | ||
"_from": "@okta/okta-auth-js@1.1.0", | ||
"_id": "@okta/okta-auth-js@1.1.0", | ||
"_inCache": true, | ||
"_installable": true, | ||
"_location": "/@okta/okta-auth-js", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"name": "@okta/okta-auth-js", | ||
"raw": "@okta/okta-auth-js@1.1.0", | ||
"rawSpec": "1.1.0", | ||
"scope": "@okta", | ||
"spec": "1.1.0", | ||
"type": "version" | ||
"name": "@okta/okta-auth-js", | ||
"description": "The Okta Auth SDK", | ||
"version": "1.1.1", | ||
"homepage": "https://github.com/okta/okta-auth-js", | ||
"license": "Apache-2.0", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/okta/okta-auth-js.git" | ||
}, | ||
"_requiredBy": [ | ||
"#USER" | ||
], | ||
"_resolved": "https://artifacts.aue1d.saasure.com/artifactory/api/npm/npm-okta/@okta/okta-auth-js/-/@okta/okta-auth-js-1.1.0.tgz", | ||
"_shasum": "e7db23a1efbe211f1cc10572210ba1fe83c37e1f", | ||
"_shrinkwrap": null, | ||
"_spec": "@okta/okta-auth-js@1.1.0", | ||
"_where": "/working_dir/tmp", | ||
"author": { | ||
"name": "Okta" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/okta/okta-auth-js/issues" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"scripts": { | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"lint:report": "eslint -f checkstyle -o build2/reports/lint/eslint-checkstyle-result.xml .", | ||
"test": "grunt test", | ||
"build": "webpack --config webpack.config.js", | ||
"build:AMDJqueryQ": "webpack --config webpack.AMDJqueryQ.config.js", | ||
"build:tests": "webpack --config webpack.test.config.js", | ||
"package": "grunt", | ||
"ci-update-package": "./node_modules/@okta/ci-update-package/bin/ci-update-package.js", | ||
"ci-pkginfo:dataload": "./node_modules/@okta/ci-pkginfo/bin/ci-pkginfo.js -t dataload" | ||
}, | ||
"author": "Okta", | ||
"keywords": [ | ||
"Okta", | ||
"authentication", | ||
"auth", | ||
"login" | ||
], | ||
"dependencies": { | ||
@@ -42,3 +43,2 @@ "Base64": "0.3.0", | ||
}, | ||
"description": "The Okta Auth SDK", | ||
"devDependencies": { | ||
@@ -60,47 +60,7 @@ "@okta/ci-pkginfo": "1.2.0", | ||
}, | ||
"dist": { | ||
"shasum": "e7db23a1efbe211f1cc10572210ba1fe83c37e1f", | ||
"tarball": "https://artifacts.aue1d.saasure.com/artifactory/api/npm/npm-okta/@okta/okta-auth-js/-/@okta/okta-auth-js-1.1.0.tgz" | ||
}, | ||
"homepage": "https://github.com/okta/okta-auth-js", | ||
"keywords": [ | ||
"Okta", | ||
"authentication", | ||
"auth", | ||
"login" | ||
], | ||
"license": "Apache-2.0", | ||
"main": "lib/index.js", | ||
"name": "@okta/okta-auth-js", | ||
"okta": { | ||
"commitSha": "ccbfd48dfe7c9fcbe67d509bbb1aafc2a71a5639", | ||
"fullVersion": "1.1.0-20160622213901-ccbfd48" | ||
}, | ||
"okta-auth-js": { | ||
"STATE_TOKEN_COOKIE_NAME": "oktaStateToken", | ||
"DEFAULT_POLLING_DELAY": 500, | ||
"FRAME_ID": "okta-oauth-helper-frame", | ||
"STATE_TOKEN_COOKIE_NAME": "oktaStateToken" | ||
}, | ||
"optionalDependencies": {}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"readme": "ERROR: No README data found!", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/okta/okta-auth-js.git" | ||
}, | ||
"scripts": { | ||
"build": "webpack --config webpack.config.js", | ||
"build:AMDJqueryQ": "webpack --config webpack.AMDJqueryQ.config.js", | ||
"build:tests": "webpack --config webpack.test.config.js", | ||
"ci-pkginfo:dataload": "./node_modules/@okta/ci-pkginfo/bin/ci-pkginfo.js -t dataload", | ||
"ci-update-package": "./node_modules/@okta/ci-update-package/bin/ci-update-package.js", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"lint:report": "eslint -f checkstyle -o build2/reports/lint/eslint-checkstyle-result.xml .", | ||
"package": "grunt", | ||
"test": "grunt test" | ||
}, | ||
"version": "1.1.0" | ||
"FRAME_ID": "okta-oauth-helper-frame" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# Okta Auth JS | ||
kta Auth JS | ||
@@ -12,17 +12,18 @@ Okta Auth JS is a wrapper around [Okta's authentication API](http://developer.okta.com/docs/api/resources/authn.html). It can be used to get an Okta session cookie or an ID token. | ||
1. Clone the SDK repo. | ||
```bash | ||
[path]$ git clone git@github.com:okta/okta-auth-js.git | ||
``` | ||
```bash | ||
[path]$ git clone git@github.com:okta/okta-auth-js.git | ||
``` | ||
2. Navigate to the new `okta-auth-js` folder, and install the Okta node dependencies. | ||
```bash | ||
[path/okta-auth-js]$ npm install | ||
``` | ||
```bash | ||
[path/okta-auth-js]$ npm install | ||
``` | ||
3. Build the SDK. The output will be under `dist/browser/`. The standalone version is `OktaAuthReqwest.min.js`. | ||
```bash | ||
[path/okta-auth-js]$ npm run build | ||
``` | ||
```bash | ||
[path/okta-auth-js]$ npm run build | ||
``` | ||
@@ -35,2 +36,3 @@ ## Build and test commands | ||
| `npm test` | Run unit tests | | ||
| `npm run lint:report` | Run linting tests | | ||
| `npm run lint:report` | Run linting tests | | ||
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
37
250497