Mathias Balsløw
Mathias Balsløw
Amazing tool! Found one bug though. This issue is also present in the "Netflix" demo presentation. If you have, for example, a logo in your footer like this:  Then,...
How would one set up authentication using one of the social providers available in Supabase instead of username/password authentication?
# Bug report ## Describe the bug I have a SvelteKit app that uses the latest ```await supabase.auth.exchangeCodeForSession(code);``` auth logic with Azure as the provider and everything works fine. However,...