
Hi! I got a website as well as a desktop app. The user can log in exclusively using oAuth. This poses the problem that I can't just show a login form in the local app. Instead my plan was to have the app open up the website, have the website handle the auth and pass back the token to the app. However since AppWrite handles sessions using cookies that I have no access to, it's pretty much impossible to do it that way. Is there any good way to solve this?

Might be worth tryin w/ JWT - https://appwrite.io/docs/products/auth/jwt

I would, but they expire after 15 minutes, so it wouldn't survive for long
Recommended threads
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
- [bug] API response is good but UI don't ...
Hi guys! When i got my object, it have billingInfo relation, in the web ui i just got pading state, and the row shows object is null, but when i work whit this...
