New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@okta/okta-auth-js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okta/okta-auth-js - npm Package Versions

oktauploader
published 2.13.1 •

Changelog

Source

2.13.1

Bug Fixes

  • #334 - Setting 'SameSite=none' for all cookies (Fix for iFrame)
oktauploader
published 2.13.0 •

Changelog

Source

2.13.0

Features

  • #324 - Support responseMode: "query" option for SPA apps using PKCE flow
oktauploader
published 2.12.1 •

Changelog

Source

2.12.1

Bug Fixes

  • #315getWellKnown was using base url over issuer. Method has been fixed to use issuer, if configured, and will fallback to base url
  • #319 - Setting 'SameSite=lax' for all cookies (Fix for Firefox/Safari)
oktauploader
published 2.12.0 •

Changelog

Source

2.12.0

Features

  • #304 - Will set a 'SameSite' value on all cookies set by this SDK
    • Cookies intended for server-side use will be set to 'Lax', cookies intended for client-side use will be set to 'Strict'
oktauploader
published 2.11.2 •

Changelog

Source

2.11.2

Features

  • #271 - New option onSessionExpired
oktauploader
published 2.11.0 •

Changelog

Source

2.11.0

Features

  • #288 - New options for signOut:
    • Can provide a post-logout redirect URI.
    • Can revoke access token

Bug Fixes

  • #288 - calling signOut will clear the TokenManager.
  • #284 - isPKCESupported will return false if TextEncoder is not available (IE Edge).

Other

  • #284 - better error messages when attempting to use PKCE in an unsupported browser configuration.
oktauploader
published 2.10.1 •

Changelog

Source

2.10.1

Other

  • Fixes incorrect npm publish of previous version
oktauploader
published 2.10.0 •

Changelog

Source

2.10.0

Features

  • #266 - New storage options for TokenManager

Bug Fixes

  • #265 - Fix for popup blockers

Other

  • #256 - Adds E2E tests, updates test app
  • #249 - Convert to yarn workspace
  • #264 - Removed lib/config.js, replaced with lib/constants.js and webpack define
oktauploader
published 2.9.0 •

Changelog

Source

2.9.0

Features

  • add5369 Add support to pass callback to poll function

Bug Fixes

  • 541683 Origin mismatch will now cause promise rejection (token renew)
  • d9900a TokenManager: return existing promise for concurrent requests
  • 77ece4 Clear token on 'AuthSdkError'
oktauploader
published 2.8.0 •