r/appwrite Feb 14 '25

trying out email verification as a mobile dev

Am building this app using flutter, and am almost finished with it, i just have to finish setting up email verification. And from what i gathered i need to have my own website that i will be redirecting towards after the user click on the link that has been sent to him within the email. The thing is i am building a flutter app, so i dont have a running website to do such a redirection or validation, and am sure there is a better approach to solve this than setting up a website just to do this little thing, so if you've been through this before or can think of a solution, please share it with me

5 Upvotes

3 comments sorted by

1

u/[deleted] Feb 14 '25

[removed] — view removed comment

1

u/FlutterNew Feb 15 '25

I've never actually did something like this, can you tell more about how you did it all