#How I can decode the token with appwrite after I made the session ?
1 messages · Page 1 of 1 (latest)
what info? you can also do - account.get(), right?
what should I pass parameter in this function?
nothing. after a successful login (assuming you are using an SDK), a simple - const user = await account.get(); returns the user info.