@okta/okta-auth-js
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@okta/okta-auth-js", | ||
"description": "The Okta Auth SDK", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/okta/okta-auth-js", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
@@ -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
250497
37