#Bout to deploy my app- authenticate google oauth token
5 messages · Page 1 of 1 (latest)
since you have server-side code. You should follow this: https://appwrite.io/docs/products/auth/server-side-rendering#oauth2
as you can see, I followed that: sessionclient.set session(secret)->...account(sessionclient)->...account.get. maybe it because the initial endpoint createouthtoken() i used session client?? but it worked and returned the cookie.
yes. it's not just the set_session part. The creation part is important too
so how do i validate the user and overcome the error