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.
Asked
Active
Viewed 310 times
2 Answers
0
you can use deep linking and dynamic links,
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