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

@okta/okta-vue

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okta/okta-vue - npm Package Versions

134

5.0.1

Diff

Changelog

Source

5.0.1

Bug Fixes

  • 70 Fix token auto renew by using @okta/okta-auth-js ^5.2.3
oktauploader
published 5.0.0 •

Changelog

Source

5.0.0

Breaking Changes

  • #56 Requires @okta/okta-auth-js 5.x
    • Initial AuthState is null
    • Removed isPending from AuthState
    • Default value for originalUri is null

Others

  • #68 Upgrades dependencies
oktauploader
published 4.0.1 •

Changelog

Source

4.0.1

Bug Fixes

  • #60 Locks the SDK with installed okta-auth-js major version
oktauploader
published 4.0.0 •

Changelog

Source

4.0.0

Features

  • #52 Adds onAuthResume option

Breaking Changes

  • #43 Support Vue 3 and Vue Router 4. See MIGRATING for detailed information.
oktauploader
published 3.1.0 •

Changelog

Source

3.1.0

Features

  • #39 Adds support for Typescript
oktauploader
published 3.0.0 •

Changelog

Source

3.0.0

Breaking Changes

  • #27 See MIGRATING for detailed information.
    • Replaces Auth service with instance of @okta/okta-auth-js for $auth, so all configuration options and public methods are available.
    • By default isAuthenticated will be true only if both accessToken and idToken are valid
    • Replaces Auth.handleCallback with LoginCallback component
    • Changes @okta/okta-auth-js, vue and vue-router as peerDependencies

Features

  • #27
    • Injects reactive [authState][] property to the Vue components
    • Guards secure routes not only by the beforeRouteEnter navigation guard, also by subscribing to [authState.isAuthenticated][authState] change after entering the routes.
  • #31 Exposes ES module bundle from package module field
oktauploader
published 2.1.1 •

Changelog

Source

2.1.1

Bug Fixes

  • #21 Includes source map in release bundle
oktauploader
published 2.1.0 •

Changelog

Source

2.1.0

Bug Fixes

  • #17 Removes default onSessionExpired behavior.

Other

  • Updates @okta/okta-auth-js to version 3.2.3
  • Updates README with more information about onSessionExpired and isAuthenticated options
oktauploader
published 2.0.0 •

Changelog

Source

2.0.0

Breaking Changes

  • Uses/requires @okta/okta-auth-js 3.x
    • The pkce option now defaults to true, using the Authorization Code w/PKCE flow
  • The previously deprecated scope option is now fully unsupported
  • The scopes option now defaults to ['openid', 'email', 'profile'] instead of the previous ['openid']
    • This default continues to be overridden by any explicit scopes passed in the config
oktauploader
published 1.3.0 •

Changelog

Source

1.3.0

Features

  • #648
    • Adds a default handler for onSessionExpired
    • Adds a new option isAuthenticated which works with onAuthRequired
    • Expose TokenManager
    • Adds documentation for postLogoutRedirectUri
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