Hi i am trying to modify the claims for jwt by adding extra data to app_metadata however when following the documentation i am stuck at login with an error:
Hook requires authorization token.
Hook requires authorization token.
usuing supabase sdk to sign in.
... const { error, data } = await supabase.auth.signInWithPassword({ email: email as string, password: password as string, });...
... const { error, data } = await supabase.auth.signInWithPassword({ email: email as string, password: password as string, });...
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.