I’m using the supabase client on a kotlin multipla...
# supabase-kt
d
I’m using the supabase client on a kotlin multiplatform project, and I only have the
Postgrest
module installed when initializing my
SupabaseClient
. I’ve noticed that there are still requests made to my project’s
auth
. Why is that? Is auth enabled and installed by default?
j
If the Auth plugin is not installed, there cannot be any requests made from the Auth plugin