Vue example
This runnable Vue application demonstrates one CapacitorUserManager, browser callback handling, session restoration, renewal, and provider sign-out.
See the Vue integration guide for the relevant application and provider setup.
From the repository root:
sh
npm ci
npm run build
npm run e2e:keycloak:up
npm --prefix examples/vue install
npm --prefix examples/vue run devSign in with the disposable demo / demo account. Stop the local realm with npm run e2e:keycloak:down when finished.
The bundled localhost authority is for browser development. Set VITE_OIDC_AUTHORITY to a device-reachable HTTPS authority before creating a native build.
Use npm run build for the same type-check and production build run in CI.
