SupabaseS
Supabase12mo ago
Bitrot

Auth and Kotlin Spring Boot

Hi, I tried to setup Supabase auth in a backend app with Kotlin and SB for a while, but had no luck. I don't have the FE yet but those would be different FEs including mobile aps.
However, I need some additional user data on the backend and I need to have those profile synced up, and also validate all the different kind of requests (in a SaaS environment). However I couldn't set up the current nor the old KT SDK to work with it and JWTs.

Are there any examples of how to implement this on JVM/Spring boot security (not Ktor, sorry) together with SB security interceptors? Not using RLS just Postgres (Supa or DO) from the KT service via JPA/jdbc and will move to r2dbc (plus s3 and other stuff) but I would love to use Supabase Auth as a simple authenticator
Was this page helpful?