Supabase Server is here — our next kit ships with it built in
The standard way to write a Supabase Edge Function has looked like this for a while:
import { createClient } from '@supabase/supabase-js'
Deno.serve(async (req) => {
const token = req.headers.get('
otf-kit.hashnode.dev3 min read