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! π
Recommended threads
- Bug Report: type generation for enum of ...
### π Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...
- Unable to change auth email "preview" me...
Unfortunately I have not been able to change the initial sentence in the auth emails with custom smtp added in Appwrite. They are not included in the editable t...
- Want to integrate my university server t...
Hello <@870607367597850624> i want to use the appwrite backend services for my university website,I want to know that is it possilbe that i could use the backen...