Skip to content

How to add additional query parameters to google OAuth (i.e.prompt=select_account) #957

Answered by pilcrowonpaper
prabak asked this question in Help
Discussion options

You must be logged in to vote

It might be better to modify the returned url instead

const [url, state] = await getAuthorizationUrl()
url.searchParams.set("prompt", "select_account consent")

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pilcrowonpaper
Comment options

Answer selected by prabak
@prabak
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants