OIDC SDK for Vue
The Okta User API provides operations to manage users in your organization.
### Fixes [#150](https://github.com/okta/okta-vue/pull/150) Updates global properties type declaraton - resolves [#149](https://github.com/okta/ok…
### Features - [#139](https://github.com/okta/okta-vue/pull/139) - Plugin supports both Options API and Composition API - `LoginCallback` com…
# 5.6.0 ### Fixes - [#122](https://github.com/okta/okta-vue/pull/122) - Fixes types; `onAuthRequired` and `onAuthResume` are now optional …
### Features - [#110](https://github.com/okta/okta-vue/pull/110) Adds support for `@okta/okta-auth-js` `7.x` - bumps minimum node version to `14`
### Features - #106 Adds composable useAuth() to access the oktaAuth instance in setup script
### Others - [#96](https://github.com/okta/okta-vue/pull/96) - Removes `oktaAuth.stop()` from `OktaVue` module - Removes `oktaAuth.start()` f…
### Others - [#93](https://github.com/okta/okta-vue/pull/93) Updates vulnerable dependencies
### Features - [#89](https://github.com/okta/okta-vue/pull/89) Supports named slot (`error`) in `LoginCallback` component