What is different setJwt & setSession when using SDK
TL;DR
Developers are confused about the difference between setJwt and setSession when using the Appwrite SDK. The main distinction is that setJwt is used for server-side rendering, while setSession is used for client-side rendering. Developers are directed to the documentation for further details and implementation.