I'm wondering If I should return session.secret as cookie value/JWT to a user after I create its session or should I return just session.$id?
I'm using Appwrite from backend (Node.js)
TL;DR
Developer is questioning whether to return session.secret as a cookie value or JWT to the user, or just session.$id when creating a session using Appwrite in Node.js.