{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "social-auth-vue",
"type": "registry:block",
"title": "Social Auth flow for Vue and Supabase",
"description": "Social Auth flow for Vue and Supabase",
"dependencies": [
"@supabase/supabase-js@latest"
],
"registryDependencies": [
"button",
"card"
],
"files": [
{
"path": "registry/default/social-auth/vue/components/login-form.vue",
"content": "\n\n\n \n
\n \n Welcome!\n Sign in to your account to continue\n \n \n \n \n \n
\n\n",
"type": "registry:component",
"target": "components/login-form.vue"
}
]
}