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
- Anonymous Sessions using Node SDKs
I am attempting to use anonymous sessions with the Node SDK but I have simply no idea how to persist the session to a cookie, pass it to the session client, etc...
- Auth working for emulator but not for ph...
hey guys i'm using appwrite for expo react native it is working perfectly for emulator but does not working for physical devices can u explain any one and it is...
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...