mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 07:35:22 +08:00
Update JWT payload extraction in service flow queries Replaces hardcoded nulls with actual JWT payload fields for expires_at, signature_prefix, subject, and other attributes. Removes unused invalid key check and standardizes variable naming for JWT apikey joins. Improves accuracy and consistency of extracted JWT data in service flow queries.