How can I redirect a user to the mobile app developed in flutter after he has confirmed the authentication link sent by email? I need the token included in the link (same for password reset). Right now it takes me back to the django rest page. I am using dj-rest-auth and allauth to handle authentication in django.
you can use deep linking and dynamic links,
here the docs from firebase: https://firebase.flutter.dev/docs/dynamic-links/overview/