@okta/okta-vue
Advanced tools
Changelog
5.0.0
AuthState
is nullisPending
from AuthState
originalUri
is nullChangelog
3.0.0
Auth
service with instance of @okta/okta-auth-js for $auth
, so all configuration options and public methods are available.isAuthenticated
will be true only if both accessToken and idToken are validAuth.handleCallback
with LoginCallback
component@okta/okta-auth-js
, vue
and vue-router
as peerDependenciesChangelog
2.0.0
@okta/okta-auth-js 3.x
pkce
option now defaults to true
, using the Authorization Code w/PKCE flow
pkce: false
to their configscope
option is now fully unsupportedscopes
option now defaults to ['openid', 'email', 'profile']
instead of the previous ['openid']
scopes
passed in the config