I'm considering using supabase for auth for it's e...
# supabase-kt
c
I'm considering using supabase for auth for it's ease of use... but I want to build my server with ktor (as I don't want to rely on functions that have cold start times, etc) Is that something I can do with supabase, or am I tied to using supabase functions?
j
You can build your own server with Ktor, using the supabase-kt libraries under the hood. There is a community example which does something like that with Spring Boot.
👀 1