SupabaseS
Supabase4mo ago
Dmitri

Failing auth in Edge Function

Calling auth.getClaims() returns null despite request containing valid JWT which I've checked using JWK. Calling auth.getUser(), returns a user object fine too. I am using supabase/supabase-js@2.57.4 on both client and server. Any thoughts on what may be causing it? Also, please let me know what additional info I can provide that may help
Was this page helpful?