hortigadoOriginal post
Rank 3: Container
Hi, I'm implementing appwrite with an offline package through api rest, but when offline, appwrite self-tentification is lost. How can I keep the session while I'm offline?
In addition to this, I have another problem and that is that the api rest requests do not recognize the session that I do through the appwrite package. Should I authenticate using rest api?
Summary
The user is facing two issues while implementing appwrite with an offline package through API REST: 1) losing appwrite self-authentication when offline, and 2) API REST requests not recognizing the session created through the appwrite package. The solution to the first issue is to manually manage and persist the session. More details can be found in the provided link. As for the second issue, the user suggests authenticating using the REST API.
