-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update samples to support vue 3 - OKTA-364845 #104
Conversation
custom-login/package.json
Outdated
"axios": "^0.20.0", | ||
"@okta/okta-auth-js": "^4.6.1", | ||
"@okta/okta-signin-widget": "^5.2.3", | ||
"@okta/okta-vue": "git://github.com/okta/okta-vue.git#sw-support-vue-3-OKTA-353048", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to be updated to 4.0 or dev-4.0 branch when the PR in okta-vue get merged (before okta-vue@4.0 release)
okta-hosted-login/package.json
Outdated
"@okta/okta-vue": "^3.0.0", | ||
"axios": "^0.20.0", | ||
"@okta/okta-auth-js": "^4.6.1", | ||
"@okta/okta-vue": "git://github.com/okta/okta-vue.git#sw-support-vue-3-OKTA-353048", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to be updated to 4.0 or dev-4.0 branch when the PR in okta-vue get merged (before okta-vue@4.0 release)
README.md
Outdated
@@ -1,5 +1,7 @@ | |||
# Vue Sample Applications for Okta | |||
|
|||
> Note: You're currently looking at sample applications that support Vue 3. If you are looking for samples for Vue 2, please checkout the [main branch](https://github.com/okta/samples-js-vue). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After this PR gets merged into the vue-3
branch, we can add a similar note in the main branch.
f0d6176
to
87cf974
Compare
8d50a93
to
49dff3e
Compare
1f03894
to
2310b70
Compare
update okta-vue to v4 Adds onAuthResume handler Updates auth-js dependency to 4.9.2 update readme to indicate vue-2 branch for vue 2 samples update lock file update root level readme to indicate vue-2 branch chore: add vue-loader-v16 to devDeps OKTA-364845 <<<Jenkins Check-In of Tested SHA: 60b805c for eng_productivity_ci_bot_okta@okta.com>>> Artifact: samples-js-vue Files changed count: 31 PR Link: "#104"
No description provided.