Currently when we are trying to access a private file we have to pass jwt. Since, the appwrite improve the account endpoint we can create a session here, now is it possible to pass the session in header? instead of jwt?
TL;DR
A developer wants to know if they can pass a session in the header to access a private file instead of a JWT after a recent improvement to the appwrite account endpoint.