Rank 1: Thread
I use firebase JWT, when you logged or register, firebase callback send a JWT, you can storage the JWT in memory or database, and use to remember the user. In this payload you can easily find by decoding this JWT: userId and mail, and so many parameters. It's well documented in firebase.
I was looking for that in appwrite, some way to manager authorization and authentication by JWT, is that posible?
Thanks for the answer, if it's no posible, how we can know if the user is logged or register with out passing again and again by the login page. Is an app on android.
I don't understand well magic url's, I see using deep linking in flutter we can redirect to same places of the app, may be I have a wrong concept and need to understand better the functionality of magic urls, I prefer JWT for launching faster apps screen avoiding loging process, not needed high security level, no bank app or other types of apps with more security level
Any system of remenber user in appwrite with persistence before they close the app? Somethig to store in share preferences or BBDD locally? JWT it's great for that with the payload information if stores some data as userID, userPhoto, email and all the data that could store in this payloads