I made Vuepabase - a Vue 3 + Supabase starter template

This page summarizes the projects mentioned and recommended in the original post on /r/vuejs

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • vuepabase

    A Vue3 + Supabase starter template

  • I made Vuepabase ~ [Repo](https://github.com/JMaylor/vuepabase) ~ [Live](https://vuepabase.netlify.app/) which is a template set up to use the following tech:

  • auth

    A JWT based API for managing users and issuing JWT tokens (by supabase)

  • I'm also working on a Vue 3 + Supabase project recently and came across this issue (similar to 23 and 143). In short, after the user is signed in, supabase.auth.user() still returns null and seems like it takes supabase some time to change the user object. The author suggested to use onAuthStatusChanged() listener however I don't know where to declare it. I see that you call onAuthStatusChanged() in router.ts file, would it be different if I call it inside onMounted() method in App.vue, or after app.mount() in main.ts?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • auth-js

    An isomorphic Javascript library for Supabase Auth.

  • I'm also working on a Vue 3 + Supabase project recently and came across this issue (similar to 23 and 143). In short, after the user is signed in, supabase.auth.user() still returns null and seems like it takes supabase some time to change the user object. The author suggested to use onAuthStatusChanged() listener however I don't know where to declare it. I see that you call onAuthStatusChanged() in router.ts file, would it be different if I call it inside onMounted() method in App.vue, or after app.mount() in main.ts?

  • chirper-supabase

  • the repo: https://github.com/JMaylor/chirper-supabase

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts