Team,
I have added authentication to my project, with supabase.
Consequently, my dashboard page is protected, which is fine.
However, this means I can never see in v0 the adjustments I ask onto it, as v0 cant run the linkedin and google authentication in the environment.
To see the result of the changes asked in the chat, I got to push to github, then deploy with Vercel.
Needless to say, it’s cumbersome.
Is there a more efficient way?
Thank you!
Dan
Hi @daniroy-6507, thanks for the feedback. This is a known limitation our team is working to find ways around. I don’t have a timeline for when this will be zero-friction, but I do have a good workaround:
I’m assuming you are using Auth.js or Supabase for authentication. If so, you can have email/password auth as part of your auth solution, which works well during development. This will let you use it for development and since the data format for user auth is same all other providers will work just fine as well.
I hope this improves your workflow.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.