Can one authenticate on the backend to check if the user is authorized?
It seems counterintuitive, but for scalability reasons, I wanna use AWS lambda to compute some logic in my application. It will compute some things and then it should access the Supabase client to save it to the DB. I want to somehow authenticate that Lambda function with the token I have in the client that I got by logging in and otherwise reject the request. Ist there any way to do that?