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.
CodePudding user response:
you can use deep linking and dynamic links,
here the docs from firebase: https://firebase.flutter.dev/docs/dynamic-links/overview/
CodePudding user response:
You have to search for Deep linking: this URL
and you can useunit_links package this pacakge