Hey Appwrite team! π I'm working on a Next.js app with Google OAuth integration using Appwrite, and I've run into a common UX scenario that could be improved. Current Issue: When users logout and try to login again, Google automatically logs them in with the previous account without showing the consent/account selection screen. This is Google's default behavior, but sometimes users want to switch accounts. Desired Solution: It would be great if account.createOAuth2Session() could support the prompt parameter from OAuth2 spec, specifically: account.createOAuth2Session({ provider: OAuthProvider.Google, success: 'success-url', failure: 'failure-url', scopes: ['email', 'profile'], prompt: 'select_account' // π This would force Google to show account selection }); OAuth2 Reference: https://developers.google.com/identity/protocols/oauth2/openid-connect#prompt Would love to see this feature in a future release! π Thanks for the amazing platform! π
<@&1319717958645452800>
<@564158268319203348>
Recommended threads
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- GitHub Student Login Loop Issue
signed up using my GitHub Student Developer Pack. However, whenever I click "Sign in with GitHub", I get stuck on the login page. No matter how many times I try...
- Google OAuth Not Working on Brave/Firefo...
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 Firefo...