mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 09:32:15 +08:00
Use getClaims instead of getUser which avoids a network call to GoTrue to validate the user in case of asymmetric keys - this shaves off a good amount of latency for every API call.