okta / okta-vue

OIDC SDK for Vue
https://github.com/okta/okta-vue
Other
46 stars 25 forks source link

useAuth composable not recognized as an exported member from @okta/okta-vue #109

Closed dcb99 closed 1 year ago

dcb99 commented 1 year ago

Describe the bug?

The useAuth composable is not recognized as an exported member from @okta/okta-vue image

What is expected to happen?

the composable is found or usable

What is the actual behavior?

composable is not found or usable

Reproduction Steps?

attempt to use the useAuth composable in a setup function in a vue component

SDK Versions

@okta/okta-vue - 5.3.0 @okta/okta-auth-js - 6.8.0 @okta/okta-signin-widget - 6.7.0 vue - 3.2.13

Execution Environment

macOS, browser

Additional Information?

No response

jaredperreault-okta commented 1 year ago

useAuth was added in 5.4, which hasn't been released yet. I'll work on getting it released

dcb99 commented 1 year ago

@jaredperreault-okta thanks for the info, looking forward to being able to use the composable.

jaredperreault-okta commented 1 year ago

@dcb99 5.4.0 has been released