I am writing a multi-platform Flutter desktop app (macOS, Windows, Linux) and am trying to get Supbase Auth to work.
I can present a SupaMagicAuth
widget, but for the app to know anything about the magic link having been clicked I need to launch the app from the magic-link, which means I need to associate the app with my callback URL scheme. In the past, I've done this on iOS and Android with other auth providers, never in a Flutter desktop app.
Does anyone know:
Yes, supabase_flutter has deep link support. You can find some descriptions and links to the instruction on the README.md file of supabase_flutter. https://pub.dev/packages/supabase_flutter#deep-links