How to Add Supabase Authentication to a Vue App

In this post we will walk through getting authentication set up using Supabase and Vue 3. This will also work with Vue 2, but you’ll need to move things around to work with the options API. I am using Vue 3 as it is now the default version [https://blog.vuejs.org/posts/vue-3-as-the-new-default.html].
Find the soul