ahmedehabOriginal post
Rank 1: Thread
I'm using createEmailSession in next-auth function but account.get() not work after it and i want to get user object to return full info
Summary
The user is trying to use the `account.get()` function in the NextAuth library, but it is not working after using the `createEmailSession` function. They want to retrieve the user object to return full information. In response, someone suggests manually making the API call and managing the session since the web sdk is meant for client-side usage. The user asks if this information can be found in the documentation. No solution is provided in this support thread.