From 45d24474db551175e512f1d916d76ecdde548dc9 Mon Sep 17 00:00:00 2001 From: Tyler-Larkin Date: Mon, 10 Mar 2025 16:35:11 -0700 Subject: [PATCH] Flutter: Add http://localhost:3000/ to social provider redirect URI configuration --- .../auth/flutter/social_signin_web_ui/10_cli_setup.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/fragments/lib/auth/flutter/social_signin_web_ui/10_cli_setup.mdx b/src/fragments/lib/auth/flutter/social_signin_web_ui/10_cli_setup.mdx index 3869eb8a9a6..f4265c185a3 100644 --- a/src/fragments/lib/auth/flutter/social_signin_web_ui/10_cli_setup.mdx +++ b/src/fragments/lib/auth/flutter/social_signin_web_ui/10_cli_setup.mdx @@ -17,12 +17,20 @@ Choose the following options (the last steps are specific to Facebook here but a `(default)` ? Enter your redirect signin URI: `myapp://` +? Do you want to add another redirect signin URI + `Yes` +? Enter your redirect signin URI: + `http://localhost:3000/` ? Do you want to add another redirect signin URI `No` ? Enter your redirect signout URI: `myapp://` +? Do you want to add another redirect signout URI + `Yes` +? Enter your redirect signout URI: + `http://localhost:3000/` ? Do you want to add another redirect signout URI `No` ? Select the social providers you want to configure for your user pool: `` -``` \ No newline at end of file +```