feat: add Vue 3 and Nuxt integration packages #586
+94,596
−18,204
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds Vue 3 and Nuxt integration packages for Ory Elements, bringing feature parity with the existing React/Next.js implementation.
New Packages
@ory/elements-vue- Vue 3 component library for Ory authentication UIs<script setup>syntaxSessionProvider@ory/nuxt- Nuxt 3/4 integration moduleuseOryLogin,useOryRegistration,useOryRecovery,useOryVerification,useOrySettings,useOrySession,useOryLogout,useOryFlowErrorNUXT_PUBLIC_ORY_SDK_URL)Example Application
Complete Nuxt example app demonstrating all authentication flows at
examples/nuxt-app.Related Issue or Design Document
Fixes #581
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact security@ory.sh) from the maintainers to push the changes.
Further comments
The Vue/Nuxt packages follow the same architecture patterns as the React/Next.js implementation:
provide/inject)All authentication methods are supported including password, passwordless (code), social login (OIDC), passkeys, WebAuthn, TOTP, and recovery codes.
This fixes the issue #581