Threads
Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?
- Auth
- Web
- Cloud
Google OAuth Not Working on Brave/Firefox - Only Works on Edge
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefox. Repo: https://github.com/showayebDev...
- Auth
- Web
- Cloud
Google OAuth Not Working on Brave/Firefox - Only Works on Edge
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefox. Repo: https://github.com/showayebDev...
- Auth
- Web
- Cloud
Google OAuth: User Created But Session Not Recognized
## Problem Summary When signing in with Google, the user is successfully created in the Appwrite console, but the session is not being recognized on the client side. The application keeps redirecting ...
- Auth
- Web
- Cloud
OAuth2 Session Not Persisting After Google Redirect - 401 Unauthorized
I'm implementing Google OAuth2 authentication in React using Appwrite SDK. The flow is: 1. User clicks "Sign in with Google" button 2. Gets redirected to Google login 3. Google redirects back to succ...
- Auth
- Web
- Cloud
Middleware
how to make middleware in nextjs appwrite with client side auth?
- Web