Releases: okta/okta-vue
Releases · okta/okta-vue
5.0.1
5.0.0
Breaking Changes
- #56 Requires @okta/okta-auth-js 5.x
- Initial
AuthState
is null - Removed
isPending
fromAuthState
- Default value for
originalUri
is null
- Initial
Others
- #68 Upgrades dependencies
4.0.1
4.0.0
3.1.0
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
withLoginCallback
component - Changes
@okta/okta-auth-js
,vue
andvue-router
as peerDependencies
- Replaces
Features
@okta/okta-vue-2.1.1
Bug Fixes
- #21 Includes source map in release bundle
2.1.0
2.0.0
Breaking Changes
- Uses/requires
@okta/okta-auth-js 3.x
- The
pkce
option now defaults totrue
, using the Authorization Code w/PKCE flow- Those using the (previous default) Implicit Flow should pass
pkce: false
to their config - See the @okta/okta-auth-js README regarding PKCE OAuth2 Flow for PKCE requirements
- Which include the Application settings in the Okta Admin Dashboard allowing for PKCE
- Those using the (previous default) Implicit Flow should pass
- The
- 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
- This default continues to be overridden by any explicit