Create a new session for a already logged in user without making the user log in again?
- 1
- Web
- Android
- Accounts
- General
- REST API

Personally I don't like entering my credentials every time I want to use an android app in a new device.
I'd like to redirect the user from my android app to my web app where they will log in for the first time. If they are already logged in, the web app would return the session id/user id/or whatever it needs so that the Android app can create a new session for it's own storage and usage for that user.
Is this possible currently? With or without the android sdk?
Recommended threads
- what is the best way to redirect a prett...
I tried to do this in a function, but after redirecting to the bucket and try to play video, i get CORS error: The 'Access-Control-Allow-Origin' header has a va...
- Random Execution Timeouts and getaddrinf...
Hi, I’m running a self-hosted Appwrite (v1.5.10) on a VPS. My setup involves calling an external API many times from Appwrite Functions. Under higher load, I oc...
- Can't create repos/ clone templates, or ...
My GitHub app can see all my repos, and even create new ones, but the branch isn't visible, which prevents appwrite from deploying. Is this a GitHub app permis...
