© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•2w ago•
2 replies
Red red

invalid jwt

auth
i'm getting invalid Jwt eerror on supa

my edge function code is like

// Recupera o JWT do cabeçalho de autorização
const authHeader = req.headers.get("Authorization") !authData?.user) {
logErrorWithTrace(traceId, "Erro de autenticação", authError);
return createResponse(
{ success: false, error: "Não autorizado" },
401
);
}


i'm getting only invalid jwt.
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Invalid Jwt
SupabaseSSupabase / help-and-questions
6d ago
Invalid JWT
SupabaseSSupabase / help-and-questions
2mo ago
Invalid JWT
SupabaseSSupabase / help-and-questions
4y ago
Edge function giving Invalid JWT
SupabaseSSupabase / help-and-questions
7mo ago