{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "password-based-auth-vue", "type": "registry:block", "title": "Password Based Auth flow for Vue and Supabase", "description": "Password Based Auth flow for Vue and Supabase", "dependencies": [ "@supabase/supabase-js@latest" ], "registryDependencies": [ "button", "card", "input", "label" ], "files": [ { "path": "registry/default/password-based-auth/vue/components/login-form.vue", "content": "\n\n\n", "type": "registry:component", "target": "components/login-form.vue" }, { "path": "registry/default/password-based-auth/vue/components/sign-up-form.vue", "content": "\n\n\n", "type": "registry:component", "target": "components/sign-up-form.vue" }, { "path": "registry/default/password-based-auth/vue/components/forgot-password-form.vue", "content": "\n\n\n", "type": "registry:component", "target": "components/forgot-password-form.vue" }, { "path": "registry/default/password-based-auth/vue/components/update-password-form.vue", "content": "\n\n\n", "type": "registry:component", "target": "components/update-password-form.vue" } ] }