docs: update vue repo url (#12160)

fix broken vue repo url
This commit is contained in:
Federico Coppede
2026-05-12 11:51:05 +00:00
committed by GitHub
parent 96b3f3dd35
commit ecfe72b509
2 changed files with 5 additions and 5 deletions
@@ -511,8 +511,8 @@ ZITADEL handles the complexity of the OIDC handshake so your app stays secure wi
</Tab>
<Tab value="Vue.js">
```bash
git clone https://github.com/zitadel/example-auth-vuejs.git
cd example-auth-vuejs
git clone https://github.com/zitadel/example-auth-vue.git
cd example-auth-vue
```
</Tab>
</FrameworkSelector>
+3 -3
View File
@@ -5,7 +5,7 @@ sidebar_label: Vue.js
framework_url: https://vuejs.org
auth_library: oidc-client-ts
auth_library_url: https://www.npmjs.com/package/oidc-client-ts
example_repo: https://github.com/zitadel/example-auth-vuejs
example_repo: https://github.com/zitadel/example-auth-vue
auth_flow: pkce
status: stable
---
@@ -48,7 +48,7 @@ Before running this example, you need to create and configure a PKCE application
Once you have your [Zitadel application configured](https://zitadel.com/docs/guides/integrate/login/oidc/login-users), follow these steps:
1. Clone the [repository](https://github.com/zitadel/example-auth-vuejs).
1. Clone the [repository](https://github.com/zitadel/example-auth-vue).
2. Create a `.env` file in the project root and configure it with the values from your [Zitadel application](https://zitadel.com/docs/guides/manage/console/applications-overview):
```
VITE_ZITADEL_DOMAIN=https://your-instance.zitadel.cloud
@@ -80,4 +80,4 @@ npm run dev
* [vue-oidc-context (wrapper)](https://www.npmjs.com/package/vue-oidc-context)
* [oidc-client-ts (primary library)](https://www.npmjs.com/package/oidc-client-ts)
* [oidc-client-ts GitHub](https://github.com/authts/oidc-client-ts)
* [Example repository](https://github.com/zitadel/example-auth-vuejs)
* [Example repository](https://github.com/zitadel/example-auth-vue)