Is it possible to login a user server side? The account api seems to be limited in the Node sdk to only verifying sessions. I’d ideally like my app to work without JS so having to use a client sdk for login is annoying.
See: Lack of session creation on servers
Not out of the box. You'll need to use Appwrite REST api and take care of all the cookies
Oh sweet. The almost app link looks useful. Thanks
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...