@okta/okta-vue
Advanced tools
Changelog
1.1.1
3e0666d
- Support PKCE authorization flow654550
- All configuration options are now accepted. See Configuration Reference. Camel-case (clientId) is now the preferred syntax for all Okta OIDC libraries. Underscore syntax (client_id) will be deprecated in a future release.
a2a7b3e
- Configuration property scope
(string) is deprecated in favor of scopes
(array). Normalize config format for the properties responseType
and scopes
, used in get token flows. Fully support deprecated config properties request_type
and scope
as previously documented and used within the okta-vue samples.
Changelog
1.0.5
d67a596
- Adds configuration validation for issuer
, client_id
, and redirect_uri
when passed into the security component.3582f25
- Rely on shared environment configuration from project root.c8b7ab5a
- Migrate dependencies to project root utilizing yarn workspaces.Changelog
1.0.3
jest
to version ^23.6.0.Changelog
1.0.2
@okta/okta-auth-js
dependency to version 2.