i am new to appwrite and i am using flutter from a long time now so i wanted to do authentication and on first page uses have to enter FullName and email and then i will send them magicurl on their email and when they are verified then they will be routed to a page when they sets username and password. there is not much stuff about it online idk what to do anymore
Summary
The user is experiencing difficulties with authentication in their app. They mention that getting the session in the app requires extra steps and suggest updating Appwrite. They also mention that a URL needs to be provided in the email sent to the user.
The user is looking for clarification on using magic URL authentication with Flutter and Appwrite. They share some code they have created for auth_api. They mention that they want users to enter their full name and email on the first page, and then receive a magic URL on their email for verification. Once verified, users should be directed to a page where they can set their username and password.
Solution: The user
Drake
Admin
May 13, 2023, 15:23
Using magic URL authentication creates an account and session. Then, you can use the update password API to set a password
You need to provide a url that will be in the email sent to the user. The link should send the user back to your app so you can finish the flow with the update call.