You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discord uses the same prompt parameter to bypass the authorization prompt if they've already authorized in the past, which would allow users to log in much quicker.
Any update on this? as Discord supports prompt=none param as well which would be great. The first time they use the app they will get prompted but any authentications after that they won't get prompted, a much better seamless experience.
Would this be easy to add to the driver discord? I have been trying to workout how this plugin works but find it hard to search through at least with the GitHub code search.
Is it possible to send extra query params when doing oauth with google?
https://developers.google.com/identity/openid-connect/openid-connect#authenticationuriparameters
I would like to send "prompt=select_account" to let users choose which google account they want to use.
Thanks you!
The text was updated successfully, but these errors were encountered: