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
- Custom Domain Failing to Verify
I have all of my DNS records for my custom domain in Cloudflare (without proxying, DNS only). I added the appwrite name servers 11 days ago and the domain is st...
- Appwrite as OAuth Provider
Is it possible to use Appwrite as an OAuth provider?
- How to use opt- in loading to get relate...
I am trying to do GET /v1/tablesdb/{databaseId}/tables/{tableId}/rows I read the documentation on how queries work with rest apis but can’t figure out how to...
