Skip to content

Releases: okta/okta-auth-js

1.17.0

03 May 22:07

Choose a tag to compare

Features

  • f872b34 Adds support for rememberDevice param in polling and verify. (#111)

Other notable changes

  • 2e772ee Updates version of grunt-contrib-jasmine (#109)

You can get the latest release from npm.

1.16.0

10 Apr 22:52
675cdd1

Choose a tag to compare

Bug fix

  • 675cdd1 - Fix an issue where the iframe triggering the fingerprint request was receiving an invalid origin. (#104)

You can get the latest release from npm.

1.15.0

06 Apr 04:46
59aa4ff

Choose a tag to compare

Bug fix

1.14.0

16 Mar 21:34

Choose a tag to compare

Features

You can get the latest release from npm.

1.13.0

26 Feb 19:40
3d70ed9

Choose a tag to compare

Features

  • fc38de5 - Add fingerprinting support (#81)
  • aa82bc4 - Add sendFingerprint option to signIn (#82)
  • 3d70ed9 - Add support for autoPush url param in poll and verify functions (#91)

Other notable changes

  • 36b347f - Prevent url typos that include -admin (#89)

You can get the latest release from npm.

1.9.0

23 Jan 18:50
4982c06

Choose a tag to compare

Features

  • 4982c06 - Add support for Webfinger API calls (#70)

Bug fixes:

  • f162b05 - Remove hash after parsing tokens to comply with the OIDC spec (#60)

You can get the latest release from npm.

1.8.0

23 Jan 18:46

Choose a tag to compare

Bug fixes:

  • 8fd69c0 - Handles browsers without console APIs (#57 )

You can get the latest release from npm.

1.7.0

16 Feb 00:21

Choose a tag to compare

Bug fixes:

  • 8177501 - Checks for the existence of localStorage or sessionStorage before attempting to use them (#54)

You can get the latest release from npm.

1.6.0

28 Oct 19:53

Choose a tag to compare

We've further expanded our OAuth 2.0 support to include Shared Authorization Servers (Beta). Now, you can pass a custom issuer, authorizeUrl or userinfoUrl to token.getWithRedirect, token.getWithoutPrompt or token.getWithPopup. We've also made it easier to validate idTokens server-side by using the okta-oauth-state and okta-oauth-nonce cookies. For additional browser-side validation of idTokens, token.verify will validate the signature in browsers that natively support cryptography (Chrome, Edge, Firefox, and Opera).

Features:

  • e39e6cd - Adds Shared Authorization Server support (#47)
  • 83f2675 - Adds token.verify (#49)
  • 82e5a1d - Adds state and nonce cookies for server-side idToken validation (#51)

Other notable changes:

  • af21c3b - Adds caching to well-known configuration requests (#48)
  • 83f2675 - Deprecates idToken.verify (#49)
  • 7310870 - Changes distributed filename from OktaAuth.min.js to okta-auth-js.min.js (#50)

You can get the latest release from npm.

1.5.0

30 Sep 20:52

Choose a tag to compare

We've expanded our OAuth 2.0 and OpenID Connect support. Now, you can retrieve user details with token.getUserInfo or create an authorization code for server-side flows. Additionally, the tokenManager is no longer necessary to refresh an access or ID token; token.refresh allows you to refresh the token directly.

Features:

  • 1c598a6 - Added token.refresh (#39)
  • e8ac02c - Added authorization code support (#40)
  • a4147b3 - Added token.getUserInfo (#41)
  • 28a1700 - Improved performance when refreshing tokens simultaneously (#44)

Bug fixes:

  • 1dc62f8 - Made some validation errors easier to catch in the OAuth flows (#43)

Other notable changes:

  • b21b9b7 - Deprecated idToken methods in favor of token methods (#42)

You can get the latest release from npm.