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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)