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
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...