harshit147Original post
Web Developer
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?
Summary
Developers seeks guidance on implementing OAuth from a React frontend to a Node.js backend using Appwrite. A link to Appwrite's OAuth2 documentation is provided for reference.