0

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.

Wag
  • 3
  • 4

2 Answers2

0

you can use deep linking and dynamic links,

enter image description here

here the docs from firebase: https://firebase.flutter.dev/docs/dynamic-links/overview/

Ruchit
  • 2,137
  • 1
  • 9
  • 24
0

You have to search for Deep linking: this URL

and you can useunit_links package this pacakge

aminjafari-dev
  • 264
  • 1
  • 17