Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@okta/okta-auth-js

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okta/okta-auth-js - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"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 |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc