Hello there! So my query goes like this: I have a React frontend that asks the user for google OAuth and after pressing the button, I get the access token which I send to backend. Further, my server (node.js) authenticates the user, get's the user data and stores some in my database and then the flow continues. How can I do that using appwrite?
Does this help? https://appwrite.io/docs/products/auth/oauth2
Recommended threads
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...
- 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...