Ajit SinghOriginal post
Rank 3: Container
I want to integrate only the auth part in my own app because I have many long running processses. how can I check that the user is logged in my own backend
Summary
Developers can integrate authentication into their own backend by using JWT (JSON Web Tokens) with the Appwrite server SDK. This allows them to verify if a user is logged in within their own app, even while dealing with long-running processes.